Skip to main content

Setting up Email (Resend)

Cyrus Panel uses Resend for fast, deliverable transactional emails (password resets, notifications, and verification).


1. Obtain a Resend API Key

  1. Create an account at Resend.
  2. Navigate to Domains and add your sending domain (e.g. yourdomain.com). Follow the DNS verification steps.
  3. Go to API Keys and click Create API Key.
  4. Set permissions to Full Access or Sending Access and copy the generated key (starts with re_).

2. Configure Cyrus Panel

Add your API key to your .env file:

EMAIL_ENABLED=true
RESEND_API_KEY=re_123456789_abcdefg...

Restart the panel to activate transactional email delivery.