Setting up email

By editing the trc.properties file, you can enable the email function.

To use the email function, a mail server must be installed and set up. By editing the trc.properties file, you can enable the email function by editing the following variables:
email.enabled
Set to true to enable email function.
smtp.server
Set to the address of the mail server.
smtp.authentication
Set to true if you want the SMTP server to authenticate with the SMTP ID and password. Set to false if no authentication is required.
smtp.userid
User ID for the SMTP server.
smtp.password
Password for the SMTP server.