Categorygithub.com/supabase/mailme
modulepackage
0.2.0
Repository: https://github.com/supabase/mailme.git
Documentation: pkg.go.dev

# README

MailMe - send templated mails

This is a clone/fork of Netlify's MailMe repository. That one is no longer maintained, but this one is as it's an important dependency to GoTrue the software behind Supabase Auth.

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