get-ion / mailer

Simple E-mail sender.

Home Page:https://github.com/get-ion/mailer/tree/master/_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailer

Simple E-mail sender.

Build status

Installation

$ go get github.com/get-ion/mailer

Docs

  • New returns a new, e-mail sender service.
  • Send send an e-mail, supports text/html and sendmail unix command
Send(subject string, body string, to ...string) error

Table of contents

Contributing

If you are interested in contributing to this project, please push a PR.

People

List of all contributors

About

Simple E-mail sender.

https://github.com/get-ion/mailer/tree/master/_example

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 98.2%Language:HTML 1.8%