-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
An email address must not exceed 254 characters. #1005
Comments
It looks like we can live with this, I don't see any big value add, IMHO. cc. @chriso |
@profnandaa It's about the use of the module, validator says that it validates email id, but if it miss such a important thing, it won't be doing what it states it does, validate an email address. |
I found it only accept max. 72 characters as a valid email address. Strange. |
@winfredkqin Actually, it is like between dots there could be max 72 characters. abcdefggdfwtgfjghfgjkgcytxdjhkfj.dtsdthgfjyryhgdjhfkfjhftyryfhngjkgu@gmail.com |
Fixed by #1007. |
See this stackoverflow question.
According to RFC 3696, email address can only be up to 254 characters. Currently validator does not do this check.
The text was updated successfully, but these errors were encountered: