Versions in this module Expand all Collapse all v0 v0.0.8 Aug 15, 2021 v0.0.7 Aug 15, 2021 Changes in this version + type Attachment struct + Data []byte + Name string + type Emailer interface + Send func(toName string, to string, subject string, content string, ...) error + type SendgridApiMail struct + func NewSendgridApiMail(apiKey, fromName, from string) *SendgridApiMail + func (o *SendgridApiMail) Send(toName string, to string, subject string, content string, ...) error