How do we validate email addresses in Zoho?
In Zoho, we validate email addresses to ensure they are properly formatted and follow the syntax rules outlined below.
Structure and syntax of an email address
An email address consists of two parts, separated by the "@" symbol.
Username - The portion before the "@" symbol that identifies the individual user (e.g., john.doe in john.doe@example.com).
Domain - The portion after the "@" symbol that specifies the name of the organization or company that owns the email address (e.g., example.com in john.doe@example.com).
To ensure your email address is valid, please follow these rules:
- The username can include:
- Uppercase and lowercase letters (A-Z, a-z).
- Latin extended characters (Ā- Ž,ā-ž).
- Digits (0-9).
- Special characters: ! # $ % & ' * + - / = ? ^ _ . { | } ~`.
- Period (.) is allowed, but cannot be at the start, end, or appear consecutively.
- Must not exceed 64 characters.
- The domain part must follow valid domain name syntax. It can include:
- Uppercase and lowercase letters (A-Z, a-z).
- Digits (0-9).
Examples
- Valid email addresses:
john.doe@example.com
user+mail@example.com
$B1234@example.com
_somename@example.com
Invalid email addresses:
.abce@example.com
abc..def@example.com
username1@@example.com
user231@example
the_email_which_consists_of_more_than_64_characters_in_the_username@example.com
username1.@example.com