Description
Sends email messages with optional attachments.
Inputs and Outputs
To - The email address of the recipient.
CC - The email address of recipient to receive a carbon copy.
BCC - The email address of recipient to receive a blind carbon copy.
From - The email address to use as the email sender.
Subject - The email subject line.
Text Message - The body of the email message in plain text. Generally either a plain text message or HTML message should be provided.
HTML Message - The body of the email message in html. Not all email clients support HTML messages. Generally either a plain text message or HTML message should be provided.
Attachments - Any attachments to be sent with the message. The following two items must be provided with each attachment:
- Name - The file name to be associated with the attachment.
- Attachment - The contents of the attachment.