Versions in this module Expand all Collapse all v1 v1.0.0 Nov 7, 2021 Changes in this version + type MailConf interface + NewMailServ func(l log.Logger) MailServ + type MailServ interface + Html func(h string) MailServ + PlaintText func(p string) MailServ + SendSingle func(name, mail string) error + Subject func(s string) MailServ + type SendGridConf struct + Bcc *sgMail.BccSetting + From *sgMail.Email + func (conf *SendGridConf) NewMailServ(l log.Logger) MailServ