Skip to content
New issue

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

Valid emails being flagged as invalid #730

Closed
ray73864 opened this issue Jul 19, 2024 · 1 comment
Closed

Valid emails being flagged as invalid #730

ray73864 opened this issue Jul 19, 2024 · 1 comment
Assignees
Labels
intended The behavior is expected question Further information is requested

Comments

@ray73864
Copy link

ray73864 commented Jul 19, 2024

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]

@fabian-hiller
Copy link
Owner

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.

@fabian-hiller fabian-hiller added question Further information is requested intended The behavior is expected labels Jul 20, 2024
@fabian-hiller fabian-hiller self-assigned this Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
intended The behavior is expected question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants