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

Setup

1

Get your Reloop API key

Go to app.reloop.sh/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:

SettingValue
Hostsmtp.reloop.sh
Port465
Usernamereloop
PasswordYour Reloop API key
Sender emailAn 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?

Edit this page