uvdesk / mailbox-component

The Mailbox component provides tools that allows your helpdesk to process tickets from multiple email sources.
MIT License
23 stars 40 forks source link

Email validation failure #62

Closed bessone closed 3 years ago

bessone commented 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

papnoisanjeev commented 3 years ago

@bessone

Regix updated in master for Mailbox and will accept such type of emails. Will reflect from next release.