Sendmux/mailwizz-smtp-proxy
MailWizz delivery server extension for Sendmux — route emails through multiple SMTP providers (Gmail, Outlook, custom SMTP) with smart rate limiting, automatic failover, and bounce/complaint webhook handling.
Platform-specific configuration:
{
"mcpServers": {
"mailwizz-smtp-proxy": {
"command": "npx",
"args": [
"-y",
"mailwizz-smtp-proxy"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Sendmux/mailwizz-smtp-proxy/main/.github/assets/logo-dark.svg" /> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Sendmux/mailwizz-smtp-proxy/main/.github/assets/logo-light.svg" /> </picture> </p>
Connect MailWizz to Sendmux HTTP/SMTP Email Proxy — route emails through multiple SMTP providers with smart rate limiting, automatic failover, and bounce/complaint handling via webhooks.
📖 Sendmux | 📚 Documentation | 📧 Contact Support
---
Sendmux is a smart email proxy that sits between your MailWizz instance and your SMTP providers (Gmail, Outlook, or any custom SMTP). It handles routing, rate limiting, failover, and delivery tracking — so you can focus on sending campaigns.
graph LR
A[MailWizz] -->|HTTP API| B[Sendmux Proxy]
B -->|Smart Routing| C[Gmail #1]
B -->|Smart Routing| D[Gmail #2]
B -->|Smart Routing| E[Outlook #1]
B -->|Auto-Failover| F[SMTP #1]
C --> G[Recipients]
D --> G
E --> G
F --> GLoading reviews...