syrusakbary / validate_email

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

Email sometimes validates as True, and other times as False #106

Open BroadJellyfish opened 4 years ago

BroadJellyfish commented 4 years ago

I am testing 100k+ email addresses using validate_email(email, verify=True)) and sometimes get different results for the same email address.

At first a certain email address came back as valid, but then subsequent validations return False. I have sent an email to it from my personal email address and it hasn't bounced back.

Do you know why this may be?