Hi All,I have a application where we are sending emails to users. I have bought one office365 email domain from Godaddy.When we are sending emails we are getting below Exception: javax.mail.MessagingException: Could not convert socket to TLS; nested exception is: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake at com.sun.mail.smtp.SMTPTransport.startTLS(SMTPTransport.java:1930) at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:668) at javax.mail.Service.connect(Service.java:367) at javax.mail.Service.connect(Service.java:226) at javax.mail.Service.connect(Service.java:175) at javax.mail.Transport.send0(Transport.java:253) at javax.mail.Transport.send(Transport.java:124) at com.xelox.bo.util.EmailService.sendQuestionEmail(EmailService.java:364) at com.xelox.bo.util.EmailService.access$100(EmailService.java:23) at com.xelox.bo.util.EmailService$5.run(EmailService.java:330)