go-mail
go-mail copied to clipboard
📧 A cross platform mail driver for GoLang. Featuring Mailgun, Postal, Postmark, SendGrid, SparkPost & SMTP.
**Is your feature request related to a problem? Please describe.** I am using [mailpit](https://github.com/axllent/mailpit/wiki/SMTP-with-STARTTLS-and-authentication#smtp-authentication) for mail testing, but i got `x509: certificate signed by unknown authority` error You may take...
**Describe the bug** When send smtp email with both html and plain text, the Content-Type is not properly set. **To Reproduce** ``` cfg := mail.Config{ URL: "smtp.gmail.com", FromAddress: "[email protected]", FromName:...
Amazon SES provider for Go Mail, see below for implentation. - https://docs.aws.amazon.com/ses/latest/APIReference/API_SendEmail.html
Adds skip verify for insecure SMTP connections