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

Email validation failure #334

Closed
bessone opened this issue Nov 10, 2020 · 1 comment
Closed

Email validation failure #334

bessone opened this issue Nov 10, 2020 · 1 comment

Comments

@bessone
Copy link

bessone commented Nov 10, 2020

Description
Javascript Email validation uses a regex that doesn't accept the latest TLDs, such as .support. The TLD limit is 4 characters

How to reproduce
Create a new SwitfMailer and use an email address with a recent TLD longer than 4 characters, e.g. [email protected]

Possible Solution
Replace the regex with a better one

@papnoisanjeev
Copy link
Contributor

@bessone

Pull request is already merged.
So closing this issue.

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