Versions in this module Expand all Collapse all v1 v1.0.0 Jun 25, 2019 Changes in this version + func SendMail(recipient string, subject, body string, ctx context.Context) error + type Mail struct + Body string + Recipient string + Sender string + SmtpAddress string + SmtpPassword string + SmtpPort string + SmtpUser string + Subject string + func (m Mail) Send(ctx context.Context) error