package
0.0.0-20250301080608-94dd30a0f6c7
Repository: https://github.com/gurch101/gowebutils.git
Documentation: pkg.go.dev
# Functions
InitMailer initializes a new Mailer instance from SMTP_HOST, SMTP_PORT, SMTP_USERNAME, SMTP_PASSWORD, and SMTP_FROM environment variables.
New initializes a new Mailer instance.
# Variables
ErrTemplateExecution is returned when there is an error executing the template.
ErrTemplateNotFound is returned when the template is not found.
# Interfaces
No description provided by the author
MailSender is an interface for sending emails.