package
0.0.0-20230820205950-1535236703ea
Repository: https://github.com/blakewilliams/medium.git
Documentation: pkg.go.dev

# Functions

Creates a new mailer, accepting a renderer which is used to render HTML emails, the mailer host, and the mailer auth.
Creates a new email message that can be sent.
No description provided by the author

# Structs

Mailer stores state required to connect to a mail server and send emails.
Message is used to store the data required to send an email.
No description provided by the author

# Interfaces

Represents a type that can be used to send emails to mail servers.