syrusakbary / validate_email

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

validate_email.validate_email('инфо@письмо.рф', check_mx=True) returns None #90

Open rominf opened 5 years ago

rominf commented 5 years ago

There is a Russian email provider http://письмо.рф/. It has support mail инфо@письмо.рф. The problem is that validate_email with check_mx returns None.

mktums commented 5 years ago

You need to punycode domain part.

kamilhlawiczka commented 5 years ago

It could be the same reason what here https://github.com/syrusakbary/validate_email/issues/89#issuecomment-527809244