Following changes have been made in the Jaspersoft Server:
<prop key="mail.smtp.starttls.enable">true</prop> report.scheduler.mail.sender.protocol=smtpsjavax.net.ssl.SSLException: Unsupported or unrecognized SSL messageNote:
Change smtps to smtp, so that the initial handshake happens over the SMTP port. The connection is then upgraded to use SSL, by using the STARTTLS command.
Note: As a prerequisite the Start TLS will only work if the SMTP server has authentication set and that it shares the username and password. Without this setting, the remaining configuration as stated here shall not work, this has been confirmed by Tibco.
Summary changes are as below:
<prop key="mail.smtp.starttls.enable">true</prop> report.scheduler.mail.sender.protocol=smtp