go-gomail / gomail

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

Send email using SSL #88

Closed suntong closed 7 years ago

suntong commented 7 years ago

From https://groups.google.com/d/msg/golang-nuts/jMxZHzvvEVg/RKaLy3BtAQAJ

Seems that Gomail cannot send email using SSL (not TLS). I.e., basically doing this: https://gist.github.com/chrisgillis/10888032

If I submit a patch, would it be accepted?

suntong commented 7 years ago

Gomail can send email using SSL