syrusakbary / validate_email

Validate_email verify if an email address is valid and really exists
Other
579 stars 232 forks source link

Not working with microsoft Emails like hotmail, outlook etc #116

Open ahsanali2000 opened 3 years ago

ahsanali2000 commented 3 years ago

In my case it is working fine with google owned emails likes gmail, seecs.edu.pk, tikito.app but when it comes to hotmail it always returns None

zux88 commented 2 years ago

When testing with basic SMTP commands I noticed that Microsoft (hotmail.com outlook.com) servers will not respond with 250 when there is no email address sent when sending MAIL command while other servers will respond with 250 sender ok. Maybe just adding an email address in line 156 (smtp.mail('somethin@something.com')) will help with this problem.

mohsin5432 commented 2 years ago

have you found any solution ?

Beijianglong commented 1 year ago

do something please