support@example.com. A domain must be verified before you can create mailboxes on it.
Shared vs custom domains
| Option | Best for | DNS required |
|---|---|---|
myagent.mx shared domain | Fast tests and simple agents | No |
| Custom domain | Production mail and branded addresses | Yes |
Each team starts with 25 domains. See Team limits.
Add a domain
Copy DNS records
Sendmux shows the records needed for ownership, inbound routing, sending
policy, message policy, and email signing.
DNS records
| Purpose | Record | What it does |
|---|---|---|
| Ownership | TXT | Confirms you control the domain. |
| Receive mail | MX | Routes inbound mail for the domain to Sendmux. |
| Email signing | CNAME | Enables DKIM signing through Amazon SES. |
| Sending policy | TXT | Authorises Sendmux to send for the domain. |
| Message policy | TXT | Defines DMARC handling for suspicious mail. |
Verification states
| State | Meaning |
|---|---|
pending | Records are missing, still propagating, or still being checked. |
verified | All required records are present and ready. |
failed | One or more records could not be verified after repeated checks. |
Troubleshooting
Ownership is not found
Ownership is not found
Check that the TXT record name and value match Sendmux exactly. Some DNS
providers append the zone name automatically, which can duplicate the
domain.
Inbound routing is not found
Inbound routing is not found
Check that the MX record is on the same domain you added to Sendmux. DNS
proxying features do not apply to MX records.
SPF is failing
SPF is failing
Keep only one SPF record for the same domain name. Merge all
include:
values into the same TXT record.DMARC is failing
DMARC is failing
Check that the TXT record is published at
_dmarc.{your - domain} and still
includes the policy value Sendmux generated.Email signing is still pending
Email signing is still pending
DKIM records can take longer to verify. Confirm all three CNAME records are
present, then wait and verify again.
Delete a domain
Deletion is blocked while active mailboxes still use the domain. Delete or move those mailboxes first, then delete the domain. After deletion, remove the DNS records from your DNS provider if you no longer need them.API access
Use the Management API when you want to create, list, verify, or delete domains from your own tooling. Keep API shape, permissions, and error handling in the generated reference so your client follows the current contract.Management API
Open the generated Domains endpoint reference.
Related guides
Mailboxes
Create addresses on verified domains.
Domain settings
See the coming-soon inbound handling controls.
Sending accounts
Connect providers for outbound sending.
Team limits
Request more domain capacity.