Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to have emails sent in response to application errors, a few properties must be configured in the config.properties file.

Property
Default Value
Notes
mail.enabledfalseBy default mail is disabled, this has to be specifically configured.
mail.smtp.usern/aThe login for the mail server
mail.smtp.fromn/aThe "from"
address of
user for emails sent by the
server
system.
mail.smtp.passwordn/aThe user's mail server password
mail.smtp.hostn/a

The mail server host

mail.smtp.portn/aThe mail server port
mail.smtp.starttls.enablen/aA setting indicating that a TLS layer secures mail server communications
mail.smtp.authn/a

A setting indicating that mail requests should be authenticated

mail.smtp.to n/aThe list of users who should receive email upon errors.

 

NOTE: at the moment, the sending of email in the production deployment is specifically configured to support the IHTSDO style authenticated mail server.  Non-encrypted email configurations are also supported.

...