myagent.mx domain. It can send mail, receive mail, hold messages, and have its own passwords and sender rules.
Each team starts with 50 active mailboxes. See Team
limits.
Create a mailbox
Choose the address
Enter a local part and choose a verified domain. Leave the local part blank
if you want Sendmux to generate one.
Mailbox passwords
Create one password per device, app, or integration. That makes revocation safer because you can remove one password without breaking every other connection. Mailbox passwords can be used for:- Sending through SMTP.
- Authenticating mailbox-scoped API calls.
- Connecting a mail client to the mailbox.
Sender identity
Open a mailbox and choose Edit sender identity to set:- Sender name.
- Plain text signature.
- HTML signature.
Sender rules
Sender rules control inbound mail for the mailbox. Open a mailbox and use the Sender rules card to add rules, then choose Save rules.| Rule type | Behaviour |
|---|---|
| Allow | Deliver only mail that matches a rule. Every other sender is rejected. |
| Block | Reject mail that matches a rule. Every other sender is delivered. |
Pattern formats
Each rule matches the sender’s envelope address. Three formats are accepted:| Pattern | Matches |
|---|---|
name@example.com | That exact address only. |
example.com | Every address at that domain. |
*@example.com | Saved as example.com — every address at the domain. |
How matching works
- Rules run before a message is accepted, so a blocked sender receives a rejection from their own provider rather than landing in spam. Rejected mail is not billed as accepted inbound usage.
- Mailbox rules take precedence: when a mailbox has its own rules, any domain-wide rules are skipped for that mailbox.
- If a rule can’t be saved, the editor shows the reason inline — fix the highlighted pattern and save again.
Manage rules via the API
The Management API exposes the same rules for automation:GET/PUT /mailboxes/{public_id}/filters for one mailbox, and GET/PUT /domains/{public_id}/filters to apply a rule set across every mailbox on a domain. Each PUT replaces the whole rule set in a single atomic operation. See the Management API reference.
Suspend, resume, and delete
- Suspend pauses inbound mail, outbound sends, mailbox API access, IMAP, and SMTP without deleting messages, passwords, or settings.
- Resume restores mailbox access and sending from the mailbox address.
- Delete removes the mailbox, its messages, API keys, and passwords.
Related guides
Domains
Verify custom domains before creating branded mailboxes.
API keys
Create mailbox keys for API and mail client access.
Push delivery
Choose between polling, realtime events, webhooks, and the coming-soon push
URL.
Webhooks
Receive inbound and delivery events at your HTTPS endpoint.
Mailbox API
Stream live received-message events from a mailbox key.