/gomail

Email utilities for golang.

Primary LanguageGoMIT LicenseMIT

gomail

Build Status Coverage Status Go Report Card

Email utilities for golang.

What

The aim of this library is to facilitate the sending of emails using golang.

Currently, the library supports sending SMTP emails using smtp.PlainAuth.

Eventually, this library will support things like multipart emails et al.

Install

go get github.com/sabhiram/gomail
cd $GOPATH/src/$_