Sending notification failed.
i'm getting the following error when trying to send emails.
following settings SMTPS/TLS port 587 with Auth.
i have tried other settings but nothing is working. I have also restarted the service a number of times. I have attracted the Support file.
I have the following error in the logs
- Caused by: javax.mail.MessagingException: Exception reading response;
- nested exception is:
- javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
- at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1462)
- at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260)
- at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
- at javax.mail.Service.connect(Service.java:297)
- at javax.mail.Service.connect(Service.java:156)
- at javax.mail.Service.connect(Service.java:105)
- at javax.mail.Transport.send0(Transport.java:168)
- at javax.mail.Transport.send(Transport.java:98)
- at com.adventnet.servicedesk.notification.util.NotificationFactory.sendMailNotification(NotificationFactory.java:1331)
- ... 66 more
- Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
- at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(Unknown Source)
- at com.sun.net.ssl.internal.ssl.InputRecord.read(Unknown Source)
- at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
- at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
- at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
- at com.sun.net.ssl.internal.ssl.AppInputStream.read(Unknown Source)
- at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97)
- at java.io.BufferedInputStream.fill(Unknown Source)
- at java.io.BufferedInputStream.read(Unknown Source)
- at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75)
- at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440)
New to ADSelfService Plus?