isValidEmailAddress
Validates an email address. Note that passing this stage of validation allows an email address to be sent to Braze server, which may perform additional validation.
Return
true if the email address is valid, false otherwise.
See also
.EMAIL_ADDRESS_MAX_LENGTH
Parameters
emailAddress
The email address to validate