The SMTP password is your
smx_mbx_ send-only key or mailbox password.
Routing still follows that key or mailbox scope.Connection details
| Setting | Value |
|---|---|
| Host | smtp.sendmux.ai |
| Port | 587 with STARTTLS, or 465 with implicit TLS |
| Username | Any value, such as smtpuser |
| Password | Your smx_mbx_ send-only key or mailbox password |
| Authentication | LOGIN or PLAIN |
Test with swaks
SMTP vs HTTP
| Need | Use |
|---|---|
| Existing SMTP-only tool | SMTP |
| New application integration | HTTP API |
| Batch sending | HTTP API |
| Built-in retry protection | HTTP API |
| Native MIME message handling | SMTP |
What happens next
Successful SMTP sends appear in Logs like HTTP sends. Use the message ID, sender, recipient, status, provider, and timestamp to trace delivery.Related guides
Send by HTTP
Use the API for new integrations and batch sends.
API keys
Create the credentials used as SMTP passwords.
Delivery logs
Search and export SMTP delivery results.