Every team can send as soon as it is created. Sendmux includes a managed Amazon SES sending account, and you can add your own accounts when you need more control.Documentation Index
Fetch the complete documentation index at: https://docs.sendmux.ai/llms.txt
Use this file to discover all available pages before exploring further.
Default managed account
The managed account is active by default. It is best for first sends and low-volume traffic.| Setting | Value |
|---|---|
| Starting limit | 50 emails per day |
| Limit reset | 00:00 UTC |
| Setup | None |
| Editable credentials | No |
| Delivery groups | Not supported |
POST /providers/shared-amazon-ses-limit-request from the Management API. Submit the request once. Sendmux reviews it and emails the outcome.
Add your own account
Use your own provider when you need higher volume, a specific sender policy, or direct control of account credentials.Choose the provider type
Choose Custom SMTP, Gmail, or Outlook / Microsoft 365. HTTP
API is visible as a coming-soon option.
Complete setup
SMTP accounts need server address, port, protocol, username, password, and
optional sender defaults. Connected accounts send you through the provider’s
sign-in flow.
Manage accounts by API
Use the Management API when you need to automate account operations.| Task | Endpoint |
|---|---|
| List accounts | GET /providers |
| Add a custom SMTP account | POST /providers |
| Update account metadata or SMTP settings | PATCH /providers/{public_id} |
| Activate or deactivate an account | POST /providers/{public_id}/activate or POST /providers/{public_id}/deactivate |
| Test a custom SMTP account | POST /providers/{public_id}/test |
| Read usage and limits | GET /providers/usage, GET /providers/limits |
| Request more custom-account capacity | POST /providers/limits/sending-accounts/request-increase |
| Request shared Amazon SES daily limit review | POST /providers/shared-amazon-ses-limit-request |
Advanced settings
Advanced settings let you tune the provider without changing every send request.| Setting | Use it for |
|---|---|
| From email | Set a default sender address for this provider. |
| From name | Set a default sender display name. |
| Reply-To | Send replies to a different mailbox. |
| Tracking domain | Rewrite eligible links through a custom tracking hostname. |
| Quotas | Set per-second, per-minute, per-hour, or per-day caps on custom SMTP accounts. |
| Distribution percentage | Weight traffic when several providers are eligible. |
| Delivery group | Add the provider to a routing group. |
Account limits
Each team starts with 200 sending accounts that you add yourself. The managed account does not count towards this limit. When usage reaches 80%, Request increase appears on Accounts, and API clients can callPOST /providers/limits/sending-accounts/request-increase.
Related guides
Delivery groups
Group providers and route selected keys or mailboxes through them.
HTTP provider
See what the coming-soon provider type means.
Domains
Verify custom domains before using them for branded sending.
Deliverability
Watch bounce, complaint, and provider health signals.