Versions in this module Expand all Collapse all v1 v1.0.1 Jul 13, 2020 v1.0.0 Jul 12, 2020 Changes in this version + const MIME_HTML + type MailRequest struct + func NewMailRequest(to []string, subject string, server string, port int, username string, ...) *MailRequest + func (r *MailRequest) ParseTemplate(fileName string, data interface{}) error + func (r *MailRequest) Send(templateName string, mime string, items interface{}) (error, bool) + func (r *MailRequest) SendMail(mime string) error