Skip to content

Configuring the email server

RAC/M Identity must be configured to send emails using an SMTP server. The SMTP server is configured in the config.properties file.

Common parameters

These parameters apply to all providers. Usually you should keep the default values, but they can be tweaked to fit your needs.

ParameterDescriptionDefault Value
mail.server.timeout.msThe timeout in milliseconds to wait for the SMTP server to respond.30000 (30 seconds)
mail.server.retry.countNumber of immediate retries. When we receive an error from the SMTP server, we will immediately retry the request this number of times.3
mail.retry.enabledWhether to enable delayed retries. If the operation failed and the immediate retries did not work, the mail will be stored to be retried later.true
mail.retry.interval.quartzCRON syntax for when to retry sending mails.0 */5 * ? * * * (every 5 minutes)
mail.retry.period.minutesThe maximum number of minutes that the mail will be stored to be retried later. After this time, the mail will be discarded.10080 (7 days)

Generic guides

These guides give general instructions on how to configure RAC/M Identity to use an SMTP server. If your provider is not listed in the provider specific guides, you can use these guides to configure your email server. But you will have to find the correct parameters for your provider using their documentation.

Provider specific guides

We have written guides to help you through the configuration of the email server for the most common providers.