By default, inboxes useDocumentation Index
Fetch the complete documentation index at: https://docs.openmail.sh/llms.txt
Use this file to discover all available pages before exploring further.
@openmail.sh addresses. With a custom domain you can use any domain you own — for example agent@yourdomain.com.
How it works
- Add your domain in the dashboard
- OpenMail returns the DNS records you need to set
- Once DNS propagates, verify the domain
- Activate it — all new inboxes will use your domain
Adding a domain
Go to Settings → Domains in the dashboard and click Add domain. Enter the domain you want to use (e.g.mail.acme.com).
You can use a subdomain like
mail.acme.com or an apex domain like acme.com. A subdomain is generally easier to configure without affecting other email on your domain.DNS records
| Type | Host | Value |
|---|---|---|
| MX | @ (or your subdomain) | mxa.mailgun.org (priority 10) |
| MX | @ (or your subdomain) | mxb.mailgun.org (priority 10) |
| TXT | @ (or your subdomain) | v=spf1 include:spf.openmail.sh ~all |
| TXT | openmail._domainkey (+ your subdomain) | Provided by OpenMail |
include:spf.openmail.sh to the existing record rather than creating a new one.
DKIM record adds a cryptographic signature to outbound email, proving messages were sent by you. The value is unique to your account and provided after you add the domain.
DNS changes typically propagate within minutes but can take up to 48 hours.
Verifying your domain
Once you’ve set your DNS records, click Verify in the dashboard. OpenMail checks all three record types and updates the domain status toverified.
If verification fails, double-check each record at your registrar and try again. Common issues:
- Existing MX records that weren’t replaced
- SPF record merged incorrectly (only one
v=spf1per domain is allowed) - DKIM host copied without the subdomain suffix
Activating your domain
A verified domain must be activated before inboxes use it. Click Activate in the dashboard. Once activated, every new inbox you create will use your domain:Limits
Custom domains are available on paid plans.| Plan | Custom domains |
|---|---|
| Free | — |
| Developer | 10 |
| Launch | 150 |
| Enterprise | Custom |