Purpose:
Enable email sending functionality using Resend API (emails, notifications, etc.) in the project.
-
Create a Resend Account
- Go to Resend and sign up.
- Verify your email and log in to the dashboard.

-
Create an API Key
-
Add Environment Variables
- Open
.env(or create one if it doesn’t exist). - Add your Resend API key and sender email:
- Open
RESEND_API_KEY=<your-resend-api-key> # Must have full access permissions
ADMIN_EMAIL=your-registered-email@example.com # Must be the same email you registered with on Resend
