Skip to content

Latest commit

 

History

History

mail

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This helper allows you to quickly and easily build a Mail object for sending email through Twilio SendGrid.

Dependencies

Quick Start

Run the example (make sure you have set your environment variable to include your SENDGRID_API_KEY).

go run examples/helpers/mail/example.go

Usage

Test

go test ./... -v

or

cd helpers/mail
go test -v