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

SMTP server without SSL support cannot be used? #187

Closed
depay opened this issue Jul 15, 2015 · 2 comments
Closed

SMTP server without SSL support cannot be used? #187

depay opened this issue Jul 15, 2015 · 2 comments
Assignees

Comments

@depay
Copy link

depay commented Jul 15, 2015

Then I tried a SSL supported server, and it works.
I've seen some comments in util/mail.go like: go doesn't support plain auth . Does it have any relation with the problem?

@crspeller
Copy link
Member

Correct. The go library we are using for smtp support does not allow credentials to be transmitted in cleartext. Therefore SMTP servers without SSL support can not be used.

@crspeller crspeller self-assigned this Jul 15, 2015
@depay
Copy link
Author

depay commented Jul 16, 2015

thanks! @crspeller

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