nelsam / gophermail

Simple mail package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gophermail

gophermail is a simple package for sending mail using net/smtp. Something that the core sorely lacks.

View API documentation on GoDoc

Using

Install the package with:

go get gopkg.in/jpoehls/gophermail.v0

Import it with:

import "gopkg.in/jpoehls/gophermail.v0"

and use gophermail as the package name inside the code.

Credits

The API is heavily inspired by the code.google.com/p/appengine-go/appengine/mail package.

About

Simple mail package for Go

License:MIT License


Languages

Language:Go 100.0%