emailAddress()
Last updated 5/02/2024
The emailAddress()
is a function used on the Five
object that returns an email address object to pass into a mail merge action.
Available
Server
Function Signature
emailAddress(email: string, [name: string]) : EmailAddress;
Parameter | Type | Description |
---|---|---|
email | string | Email address |
name | string | Optional: Name of subject |