package
0.0.0-20241030152356-8c950ad76724
Repository: https://github.com/hylarucoder/rocketbase.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.