Sending Email using SSL
By default, Planon Software Suite uses SMTP for sending email.
If you want to use SSL, an additional parameter, nl.planon.mail.ssl=true, must be added to jboss-wrapper-default.conf.
For example:
wrapper.java.additional.nr=-Dnl.planon.mail.ssl=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.ssl=false
* 
Don't forget to update the keystore with the required certificates.