We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are quite a few valid email addresses according to the standard that this flags as invalid.
A big one that I use quite a fair bit is the 'tag' feature [email protected]
[email protected]
Gmail for instance will send the email to the correct email address, in this case '[email protected]' and label it with the 'tag' label.
So for instance, if you are subscribed to a newsletter, you could do '[email protected]' and it will be auto-labelled with the label 'newsletter'.
It also fails with mailhost style routing, eg [email protected]
The text was updated successfully, but these errors were encountered:
Emails like [email protected] should work. Take a look at this playground.
Our email action is intentionally limited to "normal" email addresses. See #204 for more details.
email
Sorry, something went wrong.
fabian-hiller
No branches or pull requests
There are quite a few valid email addresses according to the standard that this flags as invalid.
A big one that I use quite a fair bit is the 'tag' feature
[email protected]
Gmail for instance will send the email to the correct email address, in this case '[email protected]' and label it with the 'tag' label.
So for instance, if you are subscribed to a newsletter, you could do '[email protected]' and it will be auto-labelled with the label 'newsletter'.
It also fails with mailhost style routing, eg
[email protected]
The text was updated successfully, but these errors were encountered: