📧 Resend
Add email service keys to your environment (optional).
🔑 Create Resend Account
1. Sign Up
- Go to resend.com
- Create free account (1,000 emails/month)
- Verify your email
2. Get API Key
- Go to API Keys
- Create new API key
- 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:
- Go to Domains in Resend
- Add your domain
- Add DNS records
- 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!