You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 00:50:59 +13:00
745 B
745 B
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
- See the example for a complete working example.
- Documentation
Test
go test ./... -v
or
cd helpers/mail
go test -v