getconversio / email-deep-validator

Verify email address checking MX records, and SMTP connection.
MIT License
124 stars 33 forks source link

No validation on left hand side of @ symbol if domain is valid/true #19

Open raphealsandford opened 5 years ago

raphealsandford commented 5 years ago

For an example, let's say we have an email as such "aa on,ert,2 @test.com"

Well Formed should report false since the left hand side has white spaces and commas

Both WellFormed and validDomain report true in this case

raphealsandford commented 5 years ago

Just looked at code - There is no validation on the local part of the address.