mfbx9da4 / deep-email-validator

Validates regex, typos, disposable, dns and smtp
MIT License
873 stars 92 forks source link

Support SMTPS #13

Open lenovouser opened 3 years ago

lenovouser commented 3 years ago

wikipedia.org/wiki/SMTPS

Might fix #7, generally this library has been wrongly reporting invalid mailbox for a lot of domains that don't offer plain SMTP for me

lucacanella commented 1 year ago

Same for me. I manually tested one of my email addresses and it failed the SMTP validation just because the mail server accepted secure connections only (also port 25 was timing out since plain SMTP was not supported) .