Backlink
∞
Open Navigation
Email System Diagnostic
Debug and test email delivery functionality
Test Configuration
Test Email Address
Test Subject
Run Diagnostics
Test Message
This is a test email from the diagnostic system.
Send Test Email
Common Issues & Solutions
404 Error - Netlify Function Not Found
The Netlify function isn't deployed or the path is incorrect.
Solution: Ensure the function is in netlify/functions/send-email.js and redeploy.
Missing Environment Variables
RESEND_API_KEY or Supabase credentials not configured.
Solution: Add required environment variables to your deployment platform.
CORS Issues
Cross-origin requests being blocked.
Solution: Ensure CORS headers are properly set in the function.