Versions in this module Expand all Collapse all v1 v1.5.0 Jun 29, 2024 v1.4.0 Aug 9, 2022 Changes in this version + func DisableLog() + func NewClient(host, user, password, emailAddress, certPath string, skipVerify bool, ...) (*client, error) + func UseLogger(logger slog.Logger) + type Mailer interface + IsEnabled func() bool + SendTo func(subject, body string, recipients []string) error + SendToUsers func(subject, body string, recipients map[uuid.UUID]string) error