Detailed Description Email Address ============= ### 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: 1. Round bracket () 2. Square bracket [] 3. More than one consecutive backward slash 4. colon : 5. semi-colon ; 6. Space ( ) 7. Angular bracket <> 8. double quote "