05-03-2018 08:28 AM - edited 03-17-2019 12:44 PM
I am trying to use GMAIL smtp.gmail.com for my CUE for message notification. I have so far been unable to get it to work.
When I try to send a test email I get "unable to connect to smtp host". However. When trying this from CME, I am able to telnet to smtp.gmail.com on ports 25, 465 and 587, so clearly there is nothing blocking it.
Can anyone advise why I get the unable to connect from CUE?
Thanks
05-04-2018 03:24 AM
05-04-2018 03:55 AM
05-04-2018 04:37 AM
05-09-2018 06:49 AM
05-09-2018 07:27 AM
The key error is -
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: trying to connect to host "smtp.gmail.com", port 25, isSSL false
Send failed, UID=0
2772 05/09 14:30:26.977 VMSS mnot 0 EmailSender: Error sending emailjavax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 25;
nested exception is:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Do you still have authentication enabled for port 25 ?
05-09-2018 07:29 AM
05-09-2018 07:54 AM
05-09-2018 07:59 AM
05-09-2018 09:44 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide