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.
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.