📧 Emails

Email setup

This guide will walk you through the process of setting up and testing email integration.

When testing locally emails (e.g. Magic link) are sent to inbucket (that's what Supabase uses by default)

Step 1: Register with Loops

To send emails in production you need to register with Loops

Step 2: Set up environment variables

Add your Loops API key to your .env.local file

LOOPS_API_KEY=your_loops_api_key_here

Step 3: Connect Loops with Supabase (production)

Click here to connect Loops and Supabase