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

Unable to connect smtp port issue #14

Open
MuzammilB opened this issue Mar 22, 2016 · 1 comment
Open

Unable to connect smtp port issue #14

MuzammilB opened this issue Mar 22, 2016 · 1 comment

Comments

@MuzammilB
Copy link

I'm having trouble with smtp port connection
could not connect to smtp port

@hateum
Copy link

hateum commented Apr 7, 2016

try to add these properties on constructor:

props.put("mail.user", user);
props.put("mail.password", password);
props.put("mail.smtp.starttls.enable", "true");

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

No branches or pull requests

2 participants