-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Explicit SSL is not supported #3
Comments
Hello, I'm currently using it with a TLS smtp server, so it should work out of the box. SSL is different though. Are you using it with a configuration that would require explicit SSL ? |
Yes, most of the mail providers I've tried use 465 port for smtp with SSL enabled, but I've finally managed to make it work via google's TLS (587 port), thanks. Maybe it will help someone in the future. |
Thanks for the report. I think this caused by jordan-wright/email#77 and I'll try to find a fix. |
I have changed the email package, I'll work next on enabling all SSL/TLS scenarios even with invalid certificates |
Thanks |
Fixed in 0.8.0, but wait for 0.8.1, formatting is better on GMail. |
Hello! Any plans on SSL/TLS support for smtp servers? I've tried a couple of servers(Google, yandex, mail ru) and all of them don't work supossedly because of lack of encryption(ERR conn timed out). Would be nice to be able to toggle SSL usage via config file.
The text was updated successfully, but these errors were encountered: