Mail Session Object (mailSession)
Configuration for a Mail Session Instance.
Name | Type | Default | 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. |
property
A unique configuration ID.
Name | Type | Default | Description |
---|---|---|---|
id |
string |
A unique configuration ID. |
|
name |
string |
The name of the extra property |
|
value |
string |
The value of the property that matches the name |