1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Discover the allowed characters for an email address
This guide details the allowed and disallowed characters when creating an email address (up to 64 characters) in an Infomaniak Mail Service.
Preamble
- The allowed characters differ depending on whether they appear before or after the at sign
@. For example, inusername.mail@domain-name.xyz:- Before the at sign: the part
username.mailcorresponds to the username. - After the at sign: the part
domain-name.xyzcorresponds to the domain name.
- Before the at sign: the part
- To learn about the possibilities offered at the domain name level (part after the at sign
@), consult this other guide.
Part before the at sign: username.mail
The RFC 5321 and RFC 5322 standards define the general syntax of email addresses. However, email providers β including Infomaniak β apply additional restrictions to ensure security, consistency, and compatibility with the majority of email clients.
For example, an address such as -@example.com is syntactically valid according to RFC 5322, but is not accepted when created on Infomaniak servers.
These additional rules allow, in particular:
- to avoid abuse (spam, malicious automation, etc.);
- to respect naming conventions (an identifier composed solely of
-makes no sense); - to ensure compatibility with email clients that poorly handle certain address formats.
In summary: RFC 5322 defines what is syntactically possible, but each server determines what is actually usable in practice.
Allowed characters before the at sign
The following characters can be used in the part before the at sign of an Infomaniak email address:
| Allowed characters | Examples / Notes |
|---|---|
| Letters | a Γ z and A Γ Z |
| Numbers | 0 Γ 9 |
| Hyphen | - (not allowed as the first or last character) |
| Underscore | _ |
| Dot | . (allowed provided it is not placed at the beginning, end, or consecutively) |
Forbidden characters before the at sign
The following characters (at sign, exclamation mark, hash, dollar, percent, caret, ampersand, asterisk, parenthesis, equal sign, bracket, chevron, comma, quotation marks, semicolon, question mark...) cannot be used to create an Infomaniak email address:
| Forbidden characters | Notes |
|---|---|
@ | reserved for separation between the username and the domain |
| (space) | |
!, #, $, %, ^, &, * | not supported |
(, ), =, [, ] | not supported |
<, >, ,, ;, ", /, ? | not supported |
| Non-ASCII characters | for example, accents or non-Latin letters |
| Control characters (ASCII codes < 32) | non-printable, forbidden |