Files
openaccounting-server/vendor/github.com/sendgrid/sendgrid-go/helpers/mail
Patrick Nagurny e2dd29259f initial commit
2018-10-19 15:31:41 -04:00
..
2018-10-19 15:31:41 -04:00
2018-10-19 15:31:41 -04:00

This helper allows you to quickly and easily build a Mail object for sending email through 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