SMTP Configuration
To support policy email notifications, a valid SMTP configuration is required. The following properties are used to configure SMTP:
smtp.sender
- [required] the address the email is being sent from.smtp.host
- [required] the SMTP server being used to send email.smtp.user
- the username for the SMTP server, if authentication is required.smtp.password
- the password for the SMTP server, if authentication is required.smtp.port
- [default: 25] the port of the SMTP server.smtp.auth
- [default: false] true/false, if authentication is being used.smtp.tls
- [default: false] true/false, if TLS is being used.