go-mailer icon indicating copy to clipboard operation
go-mailer copied to clipboard

:mailbox: Simple e-mail sender for Go Programming Language

Results 4 go-mailer issues
Sort by recently updated
recently updated
newest added

Hello. I am trying to use this package together with the go modules, but I get the v0.0.2 instead of the latest version v.0.1.0.

status:resolved

I try to use the code and get the error 'mailer.Send undefined'. While, the 'mailer.New' and other mailer defined.

enhancement

I use your example ,get error: SendMail() error = x509: certificate signed by unknown authority

Any way to send mail with attachments?