package
0.0.0-20250208085904-1b1a66c1158a
Repository: https://github.com/breadchris/share.git
Documentation: pkg.go.dev
# Functions
Deprecated: Use directly the SmtpClient struct literal.
# Constants
No description provided by the author
No description provided by the author
# Structs
Message defines a generic email message struct.
Sendmail implements [mailer.Mailer] interface and defines a mail client that sends emails via the "sendmail" *nix command.
SmtpClient defines a SMTP mail client structure that implements `mailer.Mailer` interface.
# Interfaces
Mailer defines a base mail client interface.