SendEmailAction

LiveView.AlertRule. SendEmailAction

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
Name Type Attributes Description
subject String <optional>
The email subject line.
body String <optional>
The email body content.
to Array <optional>
An array of recipient email addresses.
cc Array <optional>
An array of cc recipient email addresses.
bcc Array <optional>
An array of bcc recipient email addresses.

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