Versions in this module Expand all Collapse all v1 v1.0.0 Jan 20, 2024 Changes in this version + const ENV_SendgridKey + type MailConf interface + NewMailServ func(l MailLog) MailServ + type MailLog interface + Debug func(string) + Info func(string) + type MailServ interface + Html func(h string) MailServ + PlaintText func(p string) MailServ + SendMulti func(tos []*To) error + SendSingle func(name, mail string) error + Subject func(s string) MailServ + type SendGridConf struct + ApiKey string + Bcc *sgMail.BccSetting + From *sgMail.Email + func (conf *SendGridConf) NewMailServ(l MailLog) MailServ + type To struct + Mail string + Name string