enable STARTTLS in rwserver.conf under MAILSERVER
I am trying to change my MAILSERVER to office365.com in rwserver.conf file.
TLS Port for office365 is 587
I can enable SSL but there is no option for TLS
When I try using web.show_document it gives me
"
REP-50159: The report generated successfully but distribution to destinations failed.
REP-50152: Destination ID TEST failed with error An error occurred while sending mail: Exception reading response.."
When I try using run_report_object, engine crashes
"
The report terminated with error: REP-56048: Engine rwEng-0 crashed., job Id: 12." |
Mail is working fine with other mail servers.
When I try with java using the javax.mail class, it asks for STARTTLS and I did the below