Mail session settings for application clients

Use this page to configure mail session properties.

To view this Application Client Resource Configuration Tool (ACRCT) page, click File > Open. After you browse for an EAR file, click Open. Expand the selected JAR file > Mail Providers > mail provider instance. Right-click Mail Sessions and click New. The following fields appear on the General tab:

Name

Represents the administrative name of the JavaMail session object.

Description

Provides an optional description for your administrative records.

JNDI Name

The application client run time uses this field to retrieve configuration information. The name must match the value of the Name field on the General tab in the Application Client Resource Reference section of the Assembly Tool.

Mail Transport Host

Specifies the server to connect to when sending mail.

Mail Transport Protocol

Specifies the transport protocol to use when sending mail.

Mail Transport User

Specifies the user ID to use when the mail transport host requires authentication.

Mail Transport Password

Specifies the password to use when the mail transport host requires authentication.

Re-Enter Password

Confirms the password.

Mail From

Specifies the mail originator.

Mail Store Host

Specifies the mail account host (or "domain") name.

Mail Store User

Specifies the user ID of the mail account.

Mail Store Password

Specifies the password of the mail account.

Re-Enter Password

Confirms the password.

Mail Store Protocol

Specifies the protocol to be used when receiving mail.

Mail Debug

When true, JavaMail interaction with mail servers, along with these mail session properties are printed to the stdout file.

Custom Properties

Specifies name-value pairs for setting additional properties on the object that is created at run time for this resource.

You must enter a name that is a public property on the object and a value that can be converted from a string to the type required by the set method of the property. The acceptable properties and values depend on the object that is created. Refer to the object documentation for a list of valid properties and values.