Address format
Inboxes use theopenmail.sh domain:
support@openmail.sh
- If you provide a
mailboxName, it becomes the local part of the address - If you omit it, we generate a random 8-character alphanumeric string
- Mailbox names must be 3–30 characters, lowercase alphanumeric with dots and hyphens allowed
agent@yourdomain.com)? See Custom domains.
Sender name
SetdisplayName when creating or updating an inbox to control how recipients see the sender. Without a display name, recipients see the raw email address. With a display name, the From header becomes Name <address>.
PATCH /v1/inboxes/:id.
Multi-tenant routing
Route inbound events byinbox_id. Map each inbox ID to your user/agent/container in your app.
Multi-tenant - One account, many inboxes. Create one inbox per agent and route by inbox_id.
Multiple inboxes per user - You can create multiple inboxes for the same user. Webhooks include inbox_id so you can identify which inbox received the message.
Limits
| Plan | Inboxes |
|---|---|
| Free | 3 (hard cap) |
| Pro | 10 included, then €1/inbox/month — no cap, never blocked |
| Enterprise | Custom |
Lifecycle
Deleting an inbox (DELETE /v1/inboxes/:id) permanently removes the inbox and all associated messages, threads, and attachments. This is not reversible.