new LiveView.AlertRule.SendEmailAction(settings)
        Action that will send an Email.
    
    
    
    
    
    
    
        
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| settings | Object | optional
                    
                    
                        
                    
                
                An object containing initial values for the new SendEmailAction instance. 
 | 
Extends
Members
- 
    bccArray
- 
    
    An array of bcc recipient email addresses.
- 
    bodyString
- 
    
    The email body content.
- 
    ccArray
- 
    
    An array of cc recipient email addresses.
- 
    enabledboolean
- 
    
    Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).
- 
    subjectString
- 
    
    The email subject line.
- 
    toArray
- 
    
    An array of recipient email addresses.