Versions in this module Expand all Collapse all v0 v0.0.1 Dec 30, 2021 Changes in this version + type Configuration struct + MailPassword string + MailUser string + SMTPPort int + SMTPServer string + type Message struct + Body []byte + ContentType string + Recipients []string + Subject string + type Sender struct + func NewSender(cfg Configuration) *Sender + func (sender *Sender) WriteHTMLEmail(dest []string, subject, tmplName string, data interface{}) error + func (sender *Sender) WritePlainEmail(dest []string, subject, message string) error