Setting up Email (Resend)
Cyrus Panel uses Resend for fast, deliverable transactional emails (password resets, notifications, and verification).
1. Obtain a Resend API Key
- Create an account at Resend.
- Navigate to Domains and add your sending domain (e.g.
yourdomain.com). Follow the DNS verification steps. - Go to API Keys and click Create API Key.
- 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.