Skip to content

Configuring email provider with basic SMTP authentication

These configurations can be used with a large number of email providers which support basic SMTP authentication.

The configuration is done in the config.properties file.

Configuration KeyDescription
mail.auth.protocolSet to basic to use basic SMTP authentication.
mail.server.hostThe hostname of the SMTP server.
mail.server.portThe port of the SMTP server.
mail.server.userThe username to use for authentication.
mail.server.passwordThe password to use for authentication.
mail.server.starttls.enableWhether to use STARTTLS to secure the SMTP connection.
mail.option.senderThe email address to use as the sender of the emails. The provider may impose restrictions on the sender address.

INFO

See the Common parameters section for more information on the other parameters.