# Functions
Send will add an email to the channel for sending.
Start will start this mailer server.
Stop stop the channel.
TemplateLoader will load from specified resourceURI.
# Variables
KillChannel a bolean channel to detect mailer server shutdown.
MailerChannel mailer channel to receive new mail to send.
Sender the connector used in this mailer.
Templates maps list of email template to use.
# Structs
Email contains data structure of a new email.
EmailTemplates data structure for an email template.