You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that qq.com was block by the following code so I can't Invite that mail address.
# block domains which are generally used by spammers -- keep this configurable in case an onpremise# install wants to allow itINVALID_EMAIL_ADDRESS_PATTERN=re.compile(r'\@qq\.com$', re.I)