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.


Send email process inputs

Process input

Description

Required

<adapter name>

Specifies the name of the adapter to use for this process

Default value: SMTPAdapter

No

<to address list>

Specifies the comma separated list of email addresses

This populates the To address line of the email message.

Yes

<from address>

Specifies the comma separated list of email addresses

This populates the From address line of the email message.

Yes

<cc address list>

Specifies the comma separated list of email addresses

This populates the CC address line of the email message.

Default: Blank CC list

No

<subject>

Specifies the subject line for the email message

Yes

<body>

Specifies the body of the email message

Default: Empty body

No

<character-set>

Specifies the supporting charset

Also called character set, it includes identifiers describing a series of universal characters.

No

<content type>

Specifies the content type of the message body

Valid values: text/plain (default), text/html, text/xml

Note

The <content-type> element must not contain the charset parameter.

Correct example:
<content-type> text/plain <\content-type>
Incorrect example:
<content-type> text/html;charset=utf-8 <\content-type>

No

Was this page helpful? Yes No Submitting... Thank you

Comments