Tag Link | [Valid_Email] | Category | Utility |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Preferred | Version | 3.0 |
Change | Unchanged | Data Source | Any |
Output Type | Boolean | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x |
[Valid_Email] checks the format of an email address. If the parameter appears to be a valid email address then True is returned.
This tag does not check whether the specified email address can actually receive mail. Use the [Email_Send] tag to send a test message.
The optional
The optional
The optional
[Valid_Email: 'Email Address']
[Valid_Email: 'Email Address',
[Valid_Email: 'Email Address',
Valid_Email: 'Email Address',
Required Parameters | |
---|---|
Email Address | The email address to check. |
Optional Parameters | |
-HostName | Optional host name. If specified, the email address must be at this host name. |
-Domain | Optional comma |
-StandardDomains | Optional keyword automatically checks all standard top level domains (com, edu, gov, mil, net, org, int). |
To check whether an email address is valid:
Use the [Valid_Email] tag. The following example checks whether an email address administrator@example.com is valid.
[Valid_Email: 'administrator@example.com']
True