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

fix: use mail.ParseAddress to validate email instead of custom regex #205

Merged
merged 1 commit into from Oct 17, 2020

Conversation

vividvilla
Copy link
Collaborator

According to RFC6532 unicode characters are supported in email address but the in-built custom regex was only validating ASCII characters.

@knadh knadh added the bug Something isn't working label Oct 15, 2020
According to [RFC6532](https://tools.ietf.org/html/rfc6532) unicode characters are supported in email address but the in-built custom regex was only validating ASCII characters.
@knadh knadh merged commit 669cb09 into master Oct 17, 2020
@knadh knadh deleted the fix-email-validation branch October 17, 2020 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest-accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants