devmehq / email-validator-js

Verify email address checking MX records, and SMTP connection, check for disposable email addresses and free email providers.
https://dev.me/products/email
MIT License
75 stars 21 forks source link

Invalid Response #147

Closed fayas-akram closed 1 year ago

fayas-akram commented 1 year ago

{ "validFormat": false, "validSmtp": null, "validMx": null }

golyalpha commented 1 year ago

Sounds like an OK-ish response to me. The provided email address didn't have valid format, so the SMTP and MX Records check weren't made - hence validSmtp and validMx are both null.