-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot validate email. None is returned #112
Comments
I think that when the None type is returned that the email doesn't exist. and True if the email does exist. |
show me your code i too faced the issue but now solve |
how did you solve it? I have the same problem when I put the function with a friend's email. |
show code n issue u got |
and the print returns none, but the email exists, |
when i use colab its work i don't know why |
Great point ❤️ ! Thanks ! |
While trying to validate an email scraped from a company's website, I got many email addresses caught by the regular expression. Trying to validate each one of them returned None with verify set to True. The check_mx returned but when i use a random email and add the @companydomain.com to the radom email, I still get None. So basically I can not verify which email is valid and which is not with NoneType returned.
The text was updated successfully, but these errors were encountered: