Versions in this module Expand all Collapse all v0 v0.1.0 Jun 22, 2026 Changes in this version + func RegisterDriver(name string, f DriverFactory) + type DriverFactory func(k *togo.Kernel) (Mailer, error) + type Mailer interface + Send func(ctx context.Context, m Message) error + type Message struct + Bcc []string + Cc []string + From string + HTML string + Subject string + Text string + To []string + type Service struct + func FromKernel(k *togo.Kernel) (*Service, bool) + func (s *Service) Driver() string + func (s *Service) Send(ctx context.Context, m Message) error