Closed bessone closed 3 years ago
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 mailbox and use an email address with a recent TLD longer than 4 characters, e.g. helpdesk@example.support
Possible Solution Replace the regex with a better one
@bessone
Regix updated in master for Mailbox and will accept such type of emails. Will reflect from next release.
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 mailbox and use an email address with a recent TLD longer than 4 characters, e.g. helpdesk@example.support
Possible Solution
Replace the regex with a better one