email-validator
email-validator copied to clipboard
Invalid email addresses with space then underscore not being detected
I have found that having a space then underscore, the regex doesn't see it as invalid.
For example frank [email protected] is valid according to this library.
I note that frank_ [email protected] is not valid so it's more than just looking for a space.
Pull request #8 fixes this issue. Please merge and release a new version, thanks!