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

invalid email addresses but validators return True #28

Closed
raminfp opened this issue Aug 6, 2016 · 1 comment
Closed

invalid email addresses but validators return True #28

raminfp opened this issue Aug 6, 2016 · 1 comment

Comments

@raminfp
Copy link

raminfp commented Aug 6, 2016

>>>import validators
>>>print validators.email('うえあいお@email.com')
>>>True

if you check this url email chacker with うえあいお@address.com , this is not valid email address ,

Thanks,
Ramin

@yozachar
Copy link
Collaborator

yozachar commented Feb 9, 2023

This package simply validates the email format. It does not check if the email is in fact reachable by SMTP.

@yozachar yozachar closed this as not planned Won't fix, can't repro, duplicate, stale Feb 9, 2023
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

2 participants