This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
Mail Session Object (mailSession)
Configuration for a Mail Session Instance.
Attribute name | Data type | Default value | Description |
---|---|---|---|
description | string | Description of the Mail Session | |
from | string | The E-Mail address used to send mail with the Mail Session instance. | |
host | string | The host of the Mail Session | |
id | string | A unique configuration ID. | |
jndiName | string | Name of the Mail Session reference that is used for JNDI look-up | |
mailSessionID | string | The ID of the specific Mail Session Instance | |
password | Reversably encoded password (string) | The User's password, usually needed in order to connect to the host. | |
storeProtocol | string | imap | The Store Protocol used by the Mail Session instance. The default store protocol is IMAP |
transportProtocol | string | smtp | The Transport Protocol used by the Mail Session instance. The default transport protocol is SMTP |
user | string | The User's e-mail address used on the Host. |