Email
Sending Email via eSMTP with TLS
By default Planon Software Suite uses SMTP for sending email. If you want to use eSMTP with TLS, an additional parameter, nl.planon.mail.esmtp=true, must be added to jboss-wrapper-default.conf.
For example:
wrapper.java.additional.nr=-Dnl.planon.mail.esmtp=true
You can turn off the settings by removing the complete line or set it to false.
For example:
wrapper.java.additional.nr=-Dnl.planon.mail.esmtp=false