Versions in this module Expand all Collapse all v1 v1.0.0 Sep 3, 2026 Changes in this version + var SMTP = internal.NewSMTP + func Module(deps Deps) (contracts.Service, module.Module) + type Deps struct + Hosts contracts.HostLookup + Mailer contracts.Mailer + Recipients contracts.RecipientLookup + Secure bool + type Mail = internal.Mail + type Mailbox struct + func NewMailbox() *Mailbox + func (m *Mailbox) Send(ctx context.Context, msg contracts.Message) error + func (m *Mailbox) Sent() []contracts.Message