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
1
Get your Reloop API key
Go to app.reloop.dev/api-keys and create a new API key.
2
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.dev |
| Port | 465 |
| Username | reloop |
| Password | Your Reloop API key |
| Sender email | An address from your verified domain |
3
Test your setup
Trigger a test email (e.g., a password reset) to confirm everything works.
Learn More
Was this page helpful?