Email LAM Reference
This is a reference for the Email LAM. and UI integration The Email LAM configuration file is located at $MOOGSOFT_HOME/config/email_lam.conf
.
The following properties are unique to the Email LAM and UI integration.
See the LAM and Integration Reference for a full description of all common properties used to configure LAMs and UI integrations.
protocol
Protocol used to access email on a remote web server from a local client. Can be IMAP or POP3 (email protocols) or IMAPS or POP3S (SSL protocols). If you are using an SSL-secured protocol,provide SSL certificate details using the properties below.
Type | String |
Required | Yes |
Default |
|
Valid Values |
|
host
IP address or host name of the mail server.
Type | String |
Required | Yes |
Default |
|
port
Port of the mail server.
Type | Integer |
Required | Yes |
Default | IMAP: POP3: IMAPS: POP3S: |
username
Username of the account used to connect to your mail server.
Type | String |
Required | Yes |
Default | N/A |
password
Password of the account used to connect to your mail server.
Type | String |
Required | Yes, if you are not using |
Default | N/A |
encrypted_password
If you are using an encrypted password to connect to your mail server, enter it into this field and comment the password field. The encrypted_password
property overrides password
.
Type | String |
Required | Yes, if you are not using |
Default | N/A |
javamail_debug
Enables JavaMail debug mode. Can be useful when investigating problems with the POP3 or IMAP protocols and the target email server.
Type | Boolean |
Required | No |
Default | Disabled |