go-gomail / gomail

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

x509: certificate signed by unknown authority #116

Open chaoqunzhai opened 6 years ago

chaoqunzhai commented 6 years ago

According to the documentation, why do such errors occur on the Linux platform?

pedromorgan commented 6 years ago

See #108

chaoqunzhai commented 6 years ago

This can be solved ,d.TLSConfig = &tls.Config{InsecureSkipVerify: true}

pedromorgan commented 6 years ago

Check https://github.com/go-mail/mail/releases

See #108 again.. u won't get it fixed here, for forseeable future..