# Packages
No description provided by the author
# Functions
NewSimpleEmailMaker initiates simple email maker.
NewSimpleEmailSender initiates email sender.
NewTemplateEmailMaker initiates new maker object.
# Constants
SMTPLogin login using no authentication for other.
SMTPNoAuth login using no authentication.
SMTPPlain login using PLAIN authentication for google.
# Structs
Data keeps data for email generation.
SimpleEmailMaker makes email from config.
SimpleEmailSender uses standard esmtp lib to send emails.
TemplateEmailMaker makes email from provided template file.