package
0.0.0-20240604151634-ee5cee47de87
Repository: https://github.com/gocopper/pkg.git
Documentation: pkg.go.dev
# Functions
NewAWSMailer creates an implementation of Mailer that uses AWS.
NewLogMailer creates an implementation of Mailer that logs all sends with the provided logger.
# Structs
AWSConfig is used to configure the AWS mailer.
SendParams holds data needed to send an email using Mailer.
# Interfaces
Mailer provides methods to send emails.