https://github.com/supabase/mailme
A clone of Netlify's mailme package used in Supabase Auth / GoTrue.
https://github.com/supabase/mailme
Last synced: over 1 year ago
JSON representation
A clone of Netlify's mailme package used in Supabase Auth / GoTrue.
- Host: GitHub
- URL: https://github.com/supabase/mailme
- Owner: supabase
- License: mit
- Archived: true
- Created: 2023-06-21T17:22:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T12:30:48.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T06:24:40.423Z (over 1 year ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/supabase/mailme
- Size: 41 KB
- Stars: 5
- Watchers: 29
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# MailMe - send templated mails
This is a clone/fork of [Netlify's MailMe
repository](https://github.com/netlify/mailme). That one is no longer
maintained, but this one is as it's an important dependency to
[GoTrue](https://github.com/supabase/gotrue) the software behind [Supabase
Auth](https://supabase.com/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.