We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@bessone
Pull request is already merged. So closing this issue.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: