| IsValidEmailAddress |
| |
Check if an email address is valid |
| |
| Library |
 |
wh::internet/smtp.whlib |
| |
| Syntax |
 |
PUBLIC BOOLEAN FUNCTION IsValidEmailAddress (STRING emailaddress) |
| |
| Description |
 |
This function checks if a given email address appears to be valid. It does not verify whether the domain name actually exists, or whether the user exists on the mailserver. |
| |
| Parameters |
 |
| emailaddress |
 |
Email adres to verify (address part only - eg. as returned by SplitEmailName) |
 |
|
| |
| Returns |
 |
True if the email address appears to be a well-formed email address |
| |