-
Notifications
You must be signed in to change notification settings - Fork 113
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
False email validity check fails. #148
Comments
I think that's a real domain name (a major car manufacturer) so I would not expect the library to give an error. Are you expecting an error? |
Here are the results obtained online on several validation sites for"[email protected]": https://verifalia.com/validate-email Invalid email address: "the mailbox for the email address does not exist." https://captainverify.com/fr/mail-tester.html: "[email protected] est inconnue" https://www.verifyemailaddress.org/fr/validation-d-email: https://www.mailverifier.io : "[email protected] : This email is INVALID — DO NOT SEND" Thank you for your follow-up. |
Those sites seem to be purporting to check the username part of the address for deliverability. This library doesn't do that (please see the README for details). |
Thank you for your answer. |
As the README says, there is no reliable way to do it. So it is unlikely I would add it, and I'm not actively adding new features. But anything is possible! |
I checked '[email protected]' (username and domain do not exist) with 'check_deliverability=True' and no error occurs.
The text was updated successfully, but these errors were encountered: