We are experiencing an issue with the "Test Server Connectivity" function in R81.10 JHF 55 for scheduled SmartEvent reports.
The function works for all Non-O365 SMTP servers as shown below:
![image.png image.png](/t5/image/serverpage/image-id/17211i4048F5EA6695952B/image-size/large?v=v2&px=999)
For Office365 the following error is shown:
![image.png image.png](/t5/image/serverpage/image-id/17212i30C61D1ECE290066/image-size/large?v=v2&px=999)
We tried every possible combination to no avail.
At the CLI a SMTP connection is possible:
![image.png image.png](/t5/image/serverpage/image-id/17213i8B2F140D5C37ECFB/image-size/large?v=v2&px=999)
$RTDIR/log/smartview.log shows:
ERROR [TaskExecutor Worker 4] (EmailSender.java:77) - Error sending email message.
properties : {mail.smtp.starttls.enable=true, mail.smtp.port=587, mail.smtp.auth=true, mail.smtp.host=smtp.office365.com}
EmailOptions : [from : **********], [properties : {}], [encryption : TLS], [host : smtp.office365.com], [port : 587]
javax.mail.AuthenticationFailedException: 421 4.7.66 TLS 1.0 and 1.1 are not supported. Please upgrade/update your client to support TLS 1.2. Visit https://aka.ms/smtp_auth_tls. [BE1P281CA0036.DEUP281.PROD.OUTLOOK.COM]
sk178125 and sk179628 look similar. However, their -Solution- doesn't really help us further.
We opened a SR several weeks ago, provided CPinfo, double checked authentication and encryption settings. No help yet.
Did anyone else run into the same issue and knows a working solution?