Skip to main content

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

IMAP

Valid Values

IMAP, POP3, IMAPS, POP3S

host

IP address or host name of the mail server.

Type

String

Required

Yes

Default

localhost

port

Port of the mail server.

Type

Integer

Required

Yes

Default

IMAP: 143

POP3: 110

IMAPS: 993

POP3S: 995

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 encrypted_password.

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 password.

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