A super simplistic send only implementation of a Mailgun client in Go.
Use as a module, import github.com/shindakun/mailgunner/v2
, then run
go mod init module
go build
If you are new to modules checkout my post on Dev.to for some more details.
go get github.com/shindakun/mailgunner
See example/main.go for a usage example.
- Updated
New()
to take http.Client so we don't have to rely onhttp.DefaultClient