Documentation ¶
Index ¶
Constants ¶
View Source
const ENV_SendgridKey = "SENDGRID_API_KEY"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendGridConf ¶
type SendGridConf struct { ApiKey string `yaml:"apiKey"` 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.