IntegrationsSupabase & Cloud
How do I connect Resend to Supabase Auth?
In your Supabase Edge Function, listen to auth events (signup, password reset). When triggered, call the Resend API using a stored secret key to send emails (confirmation, reset link, etc.). Store the Resend API key in Supabase Cloud → Secrets, never in code. Lovable auto-scaffolds this when you prompt for email auth workflows.
