Configuring Java CAPS Environment Components for Communications Adapters

Outbound Email Adapter ⇒ Connection Settings ⇒ Send SMTP

The Outbound Email Adapter ⇒ Connection Settings ⇒ Send SMTP section of the EMail Adapter Environment properties contains the top-level parameters displayed in the following table.

Table 18 Environment - Outbound Email Adapter ⇒ Connection Settings ⇒ Send SMTP

Name 

Description 

Required Value 

Host Send

Specifies the host name of the server used to send messages. This is required for the “sending” Adapter connection. 

The host name of the server used to send messages. 

Port Send

Specifies the port number to connect to when sending messages. This is required for “sending” Adapter connections. 

An integer indicating the port number. 

The configured default is 25.

User Send

Specifies the user name used when sending messages. This is required for “sending” Adapter connections. 

The login name used to access the sending host server. 

Password Send

Specifies the password used when sending messages. This is required for “sending” Adapter connections. 

The user password used to access the sending host server. 

Text encoding

Specifies the encoding used for body and header text. Available encoding options are: 

  • ASCII: for ASCII text.

  • iso-8859-1: Latin 1 (Western Europe) text.

  • iso-2022-jp: Japanese character text.

  • ISO2022CN: Chinese character text.

  • ISO2022CN_GB: Simplified Chinese character text.

    ISO2022KR: Korean character text.

Select one of the following: 

  • ASCII

  • iso-8859-1

  • iso-2022-jp

  • ISO2022CN

  • ISO2022CN_GB

  • ISO2022KR

Header encoding

Specifies the encoding used for the header. Available encoding options are: 

  • B: Identical to the "BASE64" encoding defined by RFC 1341.

  • Q: Designed to allow text containing mostly ASCII characters to be deciphered by an ASCII terminal without decoding. Q encoding is similar to "Quoted-Printable" content- transfer-encoding defined in RFC 1341.

    “Q” encoding is recommended for use with most Latin character sets, while “B” encoding is recommended for all others.

Select one of the following: 

  • B

  • Q