IsValidEmailAddress
Returns true if email_addressis indeed a valid E-mail address format.
Returns false if email_address is not a valid E-mail address format.
This function does NOT check if the e-mail address is an existing address, it only checks if the format is correct according to global e-mail address formatting rules.
Syntax
Parameters
Name
Type
Required
Description
email_address
text
☑️
the email address that is validated by the function
Last updated
Was this helpful?