email-validator
email-validator copied to clipboard
Small PHP library to valid email addresses using a number of methods.
Results
2
email-validator issues
Sort by
recently updated
recently updated
newest added
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_...
Currently spaces are allowed using your 'simple' regex pattern