You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some people are still having trouble sending emails, despite my attempted fixes. I'll be fixing up some more code shortly and pushing BETA versions to try and fix this issue.
The most common error I've seen is
javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
nested exception is:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorExc eption: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBui lderException: unable to find valid certification path to requested target
Which basically means that JavaMail does not trust the SSL certificate presented.
The text was updated successfully, but these errors were encountered:
Some people are still having trouble sending emails, despite my attempted fixes. I'll be fixing up some more code shortly and pushing BETA versions to try and fix this issue.
The most common error I've seen is
javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
nested exception is:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorExc eption: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBui lderException: unable to find valid certification path to requested target
Which basically means that JavaMail does not trust the SSL certificate presented.
The text was updated successfully, but these errors were encountered: