NSOA.meta.sendMail(message)

Use this function to send email messages from a form, library, or scheduled script. Form scripts are allowed to send a maximum of 3 emails and scheduled scripts a maximum of 100 email by Scripting Governance.

Parameters

msg {object} [required] — An email message object with the following properties:

See Code Samples for more examples.

Returns

True if the email was placed in the queue for sending and false otherwise.

Units Limit

10 units

For more information, see Scripting Governance.

Since

October 17, 2015

Example

See Code Samples for more examples.