Skip to content

📧 Resend

Add email service keys to your environment (optional).

🔑 Create Resend Account

1. Sign Up

  1. Go to resend.com
  2. Create free account (1,000 emails/month)
  3. Verify your email

2. Get API Key

  1. Go to API Keys
  2. Create new API key
  3. Copy the key and add it to your supabase/functions/.env file:
RESEND_API_KEY=re_your_api_key_here

3. Set From Email

Add your from email to your supabase/functions/.env file. Use the default Resend domain or your own:

RESEND_FROM_EMAIL=onboarding@resend.dev

Or use your custom domain:

RESEND_FROM_EMAIL=noreply@yourapp.com

📬 Domain Setup (Optional)

To use your own domain:

  1. Go to Domains in Resend
  2. Add your domain
  3. Add DNS records
  4. Verify domain

⚙️ Integration Ready

Resend is already integrated in ExpoBase! Email templates include:

  • Welcome emails
  • Password reset
  • Subscription updates
  • Weekly digests

✅ Environment Updated

Your supabase/functions/.env should now include:

RESEND_API_KEY=re_...
RESEND_FROM_EMAIL=your-email@domain.com

🎯 Next Step

Continue to 🍎 Apple Auth to configure Apple authentication.


Step 8/11 Complete

Resend email service configured!