Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email Not Working for Some People #8

Open
SunnyBat opened this issue Nov 8, 2014 · 1 comment
Open

Email Not Working for Some People #8

SunnyBat opened this issue Nov 8, 2014 · 1 comment
Assignees
Labels

Comments

@SunnyBat
Copy link
Owner

SunnyBat commented Nov 8, 2014

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.

@SunnyBat SunnyBat added the bug label Nov 8, 2014
@SunnyBat SunnyBat self-assigned this Nov 8, 2014
@SunnyBat
Copy link
Owner Author

Apparently I've been using the wrong JavaMail configuration properties for various servers. I hope to have a fix for this posted soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant