Email address
When email addresses are sent via API into Bluecore, the system first normalizes the email then validates it.
Normalization rules
Bluecore applies the following normalization rules:
- All letters are converted to lowercase.
- Leading whitespace is removed, for example:
- New line (
\nor\r\n) - Space (
) - Tab (
/t)
- New line (
Validation rules
Bluecore applies the following to validation rules:
- Maximum of 254 characters.
- Can't begin or end with the following characters:
- Comma (
,) - Period (
.) - At sign (
@)
- Comma (
- Can't contain the following characters:
- Backslash (
\) - Backtick (
`) - Bytes 0-16 (
0x00through0x10) - Colon (
:) - Double quote (
") - Greater than sign (
>) - Less than sign (
<) - Parenthesis (
(or)) - Semicolon (
;) - Space (
) - Square brackets (
[or])
- Backslash (
Updated 10 months ago