mfbx9da4 / deep-email-validator

Validates regex, typos, disposable, dns and smtp
MIT License
868 stars 90 forks source link

this returns false for all email addresses #62

Open drmalus opened 1 year ago

drmalus commented 1 year ago

I tried to check some email addresses with this package but soon i recognized that every response is valid: false. After i tried my own personal gmail address and another one (own domain) this validator returned smtp false in both.

rohitrikhi commented 1 year ago

+1 facing the same issue receiving this response for every email.....

{ "valid": false, "validators": { "regex": { "valid": true }, "typo": { "valid": true }, "disposable": { "valid": true }, "mx": { "valid": true }, "smtp": { "valid": false, "reason": "Timeout" } }, "reason": "smtp" }

Edit: Seems like an ISP issue...see this https://github.com/mfbx9da4/deep-email-validator/issues/28 just use some other ISP

Rishabh-Gaud commented 1 year ago

Still showing same issue @mfbx9da4

lyrianapps commented 11 months ago

Hi, is this resolved ?

dorman99 commented 5 months ago

have you guys check your port 25?