# Packages
No description provided by the author
# Functions
New returns a new email with the default tenplates and the given recipient.
RenderTemplate renders the email into its template with context.
Send the email using our default adapter and optional context.
# Variables
Production should be set to true in production environment.
Service is the mail adapter to send with and should be set on startup.
# Interfaces
Sender is the interface for our adapters for mail services.
# Type aliases
Context defines a simple list of string:value pairs for mail templates.