Search code examples
email-validation

Is this a valid e-mail " [email protected]"?


I am developing a JavaScript to verify e-mails .

Email comprises of user(name) and address . Can this address be like " finance.company.com" ?

What is the proper syntax of an e-mail.


Solution

  • Yes, this is correct e-mail address. There are no restrictions on the number of subdomain levels.