go-gomail / gomail

The best way to send emails in Go.
MIT License
4.3k stars 570 forks source link

Doesn't work anymore with Go1.8.4 and Go1.9.1 #101

Open gplume opened 6 years ago

gplume commented 6 years ago

Hello, First thanks for your package, I've been using it for years but it doesn't work anymore since new Go versions because of this: golang/go#22134 (using SSL/TLS connection).

Thank you if you can update it.

pedromorgan commented 6 years ago

Above link should point to https://github.com/golang/go/issues/22134

hsyan2008 commented 6 years ago

Go1.9.2 is ok

didasy commented 6 years ago

I am using 1.9.1, when dialing it returns error unencrypted connection

Currently downloading 1.9.2, I'll edit this comment when I am done testing.

EDIT: @hsyan2008 is right, it works fine using 1.9.2