Array of email addresses to use as BCC: recipients.
Body text of the mail message. Can be plain text or HTML if the isBodyHTML property is set to true.
Array of email addresses to use as CC: recipients.
whether to treat the body string and plain text or HTML. When set to true, the body property should be set to full valid HTML.
Indicates if the message object has already been sent.
Array of email addresses to use in Reply-To: header. Used only when sendInBackground is true.
If true, the mail will be sent in the background using a web service rather than via Mail.app - but will come from [email protected]. Defaults to false.
One of the following values:
send() has been called.Subject line
Array of email addresses to use as To: recipients.
The Mail object can be used to create and send mail messages, similar to those created by a "Mail" action step.
Example