verify_email icon indicating copy to clipboard operation
verify_email copied to clipboard

SMTP Validation still working?

Open marcosboger opened this issue 3 years ago • 1 comments

More a doubt than an issue.

Tried using this project as I may need a similar functionality in my project. But my personal e-mails (that I know for sure are valid) keep failing in the SMTP validation with [WinError 10060]. Is it not possible to do SMTP validation this way anymore?

Thanks for the help!

marcosboger avatar Aug 23 '22 19:08 marcosboger

It still supports SMTP validation. Although the result you're facing could be another reason, like the email provider's counter steps to block such calls.

kakshay21 avatar Oct 03 '22 19:10 kakshay21