Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 994 Bytes

File metadata and controls

27 lines (20 loc) · 994 Bytes

📧 Resend API Setup

Purpose:
Enable email sending functionality using Resend API (emails, notifications, etc.) in the project.


🚀 Steps

  1. Create a Resend Account

    • Go to Resend and sign up.
    • Verify your email and log in to the dashboard.
      Resend Signup
  2. Create an API Key

    • Navigate to API Keys → Create Key. Resend API Key
    • Give it a name (e.g., project-dev-key) and save it securely.
      Resend API Key
  3. Add Environment Variables

    • Open .env (or create one if it doesn’t exist).
    • Add your Resend API key and sender email:
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