Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

jpoehls/gophermail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gophermail

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

View API documentation on GoDoc

Join us on Slack to chat with other gophermail developers! (Request an invite, then join the #gophermail channel.)

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages