Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates an email address
Syntax
client server public static boolean validateEmail(str _email)
Run On
Called
Parameters
- _email
Type: str
Email address
Return Value
Type: boolean
true if email address is valid. false otherwise.
Remarks
Official CEC compliant email address validation routines are not available.
This API will therefore validate the basic structure of email addresses.