new SendEmailAction(settingsopt)
Action that will send an Email.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings |
Object |
<optional> |
An object containing initial values for the new SendEmailAction instance.
Properties
|
Extends
Members
bcc :Array
An array of bcc recipient email addresses.
Type:
- Array
body :String
The email body content.
Type:
- String
cc :Array
An array of cc recipient email addresses.
Type:
- Array
enabled :boolean
- Inherited From:
Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).
Type:
- boolean
subject :String
The email subject line.
Type:
- String
to :Array
An array of recipient email addresses.
Type:
- Array