mail.smtp.auth

Background

When set true the config options mail.smtp.user and mail.smtp.password will be used to authenticate when using the mail server.

Setting the key

Set this configuration key in the server configuration.

Use the configuration key editor to add or edit the mail.smtp.auth key, and set the value. This can be set to any valid Boolean value.

Default value

mail.smtp.auth=false

By default it is assumed the mail server does not need authentication.