Versions in this module Expand all Collapse all v0 v0.0.1 Nov 30, 2022 Changes in this version + type Mailer interface + Send func(fromEmail mail.Address, toEmail mail.Address, subject string, ...) error + type Sendmail struct + func (m *Sendmail) Send(fromEmail mail.Address, toEmail mail.Address, subject string, ...) error + type SmtpClient struct + func NewSmtpClient(host string, port int, username string, password string, tls bool) *SmtpClient + func (m *SmtpClient) Send(fromEmail mail.Address, toEmail mail.Address, subject string, ...) error