Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendGridConf ¶
type SendGridConf struct { From *sgMail.Email `yaml:"from"` Bcc *sgMail.BccSetting `yaml:"bcc"` }
func (*SendGridConf) NewMailServ ¶
func (conf *SendGridConf) NewMailServ(l log.Logger) MailServ
Click to show internal directories.
Click to hide internal directories.