# README
MailMe - send templated mails
MailMe is meant to deliver transaction mails with a template that can be loaded from a URL. If no template is present from the URL it will fall back to a default template.
This makes it easy to deploy your mail templates to a CDN (with Netlify) and have an easy workflow to work with the mails and preview them directly in the browser.
# Constants
TemplateExpiration is the time period that the template will be cached for.
TemplateRetries is the amount of time MailMe will try to fetch a URL before giving up.
# Structs
Mailer lets MailMe send templated mails.
No description provided by the author
No description provided by the author