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
There are UTf-8 emails and they are technically valid (I have one and it is very finicky to work with but are valid), however they are almost never useful (nor do I think this library handle it correctly in the SMTP validation by checking required extensions), HTML <input> and many email providers don't take them.
I have a stricter patch that aligns more to the standards of expectation for web development in #92.
I have a user who could register in our database while his email is not a valid one : ĥ[email protected]
When I tested it, the regex said it's a valid one when it should not...
The text was updated successfully, but these errors were encountered: