Detailed Description
Email Address =============
Following must be true for any email address sent in API requests:
- Only one @ character must be present.
- At least one character must be present between @ and dot( . ).
- At least one dot(.) must present after @ character.
- Dot(.) must not be the last character.
- Must not exceed 255 characters.
- Following characters must not be present:
- Round bracket ()
- Square bracket []
- More than one consecutive backward slash </li>
- colon :
- semi-colon ;
- Space ( )
- Angular bracket <>
- double quote "