getconversio / email-deep-validator

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

Returns object with failed validations #7

Closed jmnsf closed 6 years ago

jmnsf commented 6 years ago

Changes the API so it more closely resembles the features we had in Mailgun, i.e. being able to know which validations failed easily.

Also simplifies the code a bit by using async/await and makes the constructor options less technical.