Skip to content
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

Open
DevTotti opened this issue Aug 18, 2020 · 7 comments
Open

Cannot validate email. None is returned #112

DevTotti opened this issue Aug 18, 2020 · 7 comments

Comments

@DevTotti
Copy link

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.

@Donkere-vader
Copy link

I think that when the None type is returned that the email doesn't exist. and True if the email does exist.
I only checked with gmail.com so I might be wrong.

@anandgupta887
Copy link

show me your code i too faced the issue but now solve

@AxiomaMAN
Copy link

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.

@anandgupta887
Copy link

anandgupta887 commented Feb 2, 2022

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

@AxiomaMAN
Copy link

show code n issue u got

from validate_email importar validate_email
a = validate_email('**********@usp.br', verify=True)
print(a)

and the print returns none, but the email exists,
(I won't expose my friend's email here, but instead of ********** it's a name of an email that exists)

@ThiagoFabri
Copy link

when i use colab its work i don't know why

@Musta-Pollo
Copy link

Great point ❤️ ! Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants