Simple E-mail sender.
$ go get github.com/get-ion/mailer
New
returns a new, e-mail sender service.Send
send an e-mail, supports text/html andsendmail
unix command
Send(subject string, body string, to ...string) error
If you are interested in contributing to this project, please push a PR.