Open seancoyne opened 9 years ago
I changed the example. But the V.email validator still will return the error. For this validator i use implementation of RFC 2822.
Rfc 2822 specifies that the part to the right of the @ should be the Internet domain. A domain does not require a TLD. "localhost" for example should be perfectly acceptable, as should any other hostname.
Ok, i will fix this. Thanks.
your example of an invalid email is actually a perfectly valid email address.