Versions in this module Expand all Collapse all v0 v0.17.6 Dec 3, 2021 v0.17.5 Dec 3, 2021 Changes in this version + type Mail struct + func New(senderAddress, smtpHostAddress string) *Mail + func (m *Mail) AddReceivers(addresses ...string) + func (m *Mail) AuthenticateSMTP(identity, userName, password, host string) + func (m Mail) Send(ctx context.Context, subject, message string) error