Connection details
| Setting | Value |
|---|---|
| Host | smtp.sendmux.ai |
| Port | 587 (STARTTLS) or 465 (implicit TLS) |
| Encryption | TLS required |
| Username | smtpuser (or any value — username is ignored) |
| Password | Your API key (smx_...) |
| Authentication | LOGIN or PLAIN |
Examples
When to use SMTP vs HTTP API
| SMTP | HTTP API | |
|---|---|---|
| Best for | Legacy systems, existing email libraries | New integrations, batch sending |
| Batch sending | One connection per email | Up to 100 per request |
| Attachments | Native MIME | Base64-encoded JSON |
| Idempotency | Not supported | Built-in idempotency keys |
| Response format | SMTP status codes | Structured JSON |