-
-
Notifications
You must be signed in to change notification settings - Fork 63
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 send mails using STARTTLS #133
Comments
I have a similar problem (Docker). With the original Commento there is no problem with the same configuration. I use Zoho mail.
The error, when i try to reset password, is:
|
Have just merged this fix! @tealaforgia please try the latest docker image, with USE_STARTTLS=true |
Thanks, now the bug seems to be fixed.Email are sended correctly with my configuration. |
@tealaforgia Sorry to bother you but how did you get it working with Zoho? I have used the exact same configuration as yours (but with .com) but I'm getting:
This is my config:
I also have " |
Ok I had to use the latest commit then everything worked plus the above issue was fixed. Of course |
SMTP only worked for me after adding this variable: USE_STARTTLS = true |
Currently, it is impossible to send mails using STARTTLS, I get the following error in the logs:
The fix is relatively straightforward, in
smtp_send.go
the following line needs to be added when using STARTTLS:I will try to make a pull request to add the fix.
The text was updated successfully, but these errors were encountered: