Send SMTP Tab

Use the Component Properties dialog box, Send SMTP tab, to specify information that the SendSMTP pipeline component requires. You use this information to send an e-mail message to a specified recipient.

Box

Description

From (required)

Specify the e-mail address from which the message is sent. This is the actual e-mail address instead of a key that contains the e-mail address.

SMTP Host (required)

Specify the name or Internet Protocol (IP) address of the Simple Mail Transfer Protocol (SMTP) mail server that will transmit the object. This is the actual name of the server instead of a key that contains the name.

To (required)

Specify the key in the Order dictionary that contains the e-mail address to send the message to.

Cc

Specify the key in the Order dictionary that contains the e-mail addresses to send copies of the message to.

Subject

Specify the key in the Order dictionary that contains the text to display in the Subject box of the e-mail message.

Character Set for Subject

Select the character set to use to encode the subject of this e-mail message. The drop-down list displays the character sets currently installed on the computer.

Message Body

Specify the key in the Order dictionary that contains the message to include in the body of the e-mail message.

MIME header and body

Select to indicate that the business data object is already encapsulated in a Multipurpose Internet Mail Extensions (MIME) header. If you select this option, the component uses the character set and header already encapsulated with the message instead of generating its own MIME header and using the character set specified in the Character Set for Subject box.

Text Body

Select to indicate the business data object consists of straight ASCII text and that no additional processing is needed.

Binary body

Select to indicate that the business data object is binary. This causes the SendSMTP component to base64-encode it before sending.

See Also

Other Resources

SendSMTP