How it works
- Emails are intercepted and logged with a
deliveredstatus, but never sent via a mail provider - All emails are sent from
test@usesendi.comregardless of what you pass infrom - No domain verification required
- A dev API key is auto-generated when you first enable dev mode
- Dev emails don’t count against your plan’s monthly quota
Enable dev mode
Toggle Dev Mode in the sidebar of your dashboard. When you first enable it, a dev API key is automatically created and shown to you.Limits
| Dev Mode | Live Mode | |
|---|---|---|
| Daily limit | 50 emails/day | Based on your plan |
| Domain required | No | Yes (verified) |
| Emails delivered | No (logged only) | Yes |
| Counts against plan | No | Yes |
Sending a test email
Use your dev API key exactly like a regular API key. The only difference is that emails won’t actually be delivered.id, from, to, and created_at. Check the Emails tab in dev mode to see your logged emails.
Dashboard in dev mode
When dev mode is active:- Emails tab shows only dev emails (live emails are hidden)
- API Keys tab shows only your dev key
- Other sidebar sections (Domains, Contacts, Campaigns, etc.) are disabled
FAQ
Do dev emails count against my plan?
Do dev emails count against my plan?
No. Dev emails are tracked separately and don’t affect your monthly quota or daily sending limits.
Can I use any from address?
Can I use any from address?
No. In dev mode, the from address is always overridden to
test@usesendi.com.Will recipients receive the email?
Will recipients receive the email?
No. Dev mode emails are only logged in your dashboard. Nothing is sent.
Can I use dev mode in CI/CD?
Can I use dev mode in CI/CD?
Yes. Use your dev API key in test environments to verify your integration works without sending real emails.