For the complete documentation index, see llms-docs.txt or the site index llms.txt. Full docs corpus: llms-full-docs.txt. Prefer the markdown version of this page at /docs/guides/supabase-quickstart.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.
Supabase Reloop Quickstart
Get started with Reloop and Supabase for transactional emails.
Learn how to set up Reloop as the email provider for your Supabase project.
Prerequisites
- A Supabase project
- A Reloop API key
- A verified domain in Reloop
Setup
✓
Configure Supabase SMTP
In your Supabase dashboard, go to Settings → Auth → SMTP Settings and enable the custom SMTP option.
Configure with the following values:
| Setting | Value |
|---|---|
| Host | smtp.reloop.sh |
| Port | 465 |
| Username | reloop |
| Password | Your Reloop API key |
| Sender email | An address from your verified domain |
✓
Test your setup
Trigger a test email (e.g., a password reset) to confirm everything works.
Learn More
Was this page helpful?