SMTP adapter module - Send Email process
The Send Email process sends an email message to one or more recipients using the SMTP protocol. There are no defined outputs for this process.
The following table describes the process inputs for the SMTP adapter with send mail process.
Process input | Description | Required |
|---|---|---|
<adapter name> | Specifies the name of the adapter to use for this process | No |
<to address list> | Specifies the comma-separated list of email addresses | Yes |
<from address> | Specifies the comma-separated list of email addresses | Yes |
<cc address list> | Specifies the comma-separated list of email addresses | No |
<bcc address list> | Specifies the comma-separated list of email addresses This populates the BCC address line of the email message. | No |
<subject> | Specifies the subject line for the email message | Yes |
<body> | Specifies the body of the email message | No |
<attachment list> | Specifies the comma-separated list of attachments appended to the email message | No |
<character-set> | Specifies the supporting charset | No |
<content type> | Specifies the content type of the message body | No |