Mautic integration
Use uSpeedo Email as the sending provider behind Mautic, so your campaigns and automations can send through uSpeedo.
Prerequisites
- A uSpeedo account and API keys: Get API Key
- A verified sending domain and sender: Domain authentication
Integration approach
Mautic supports multiple sending paths. With uSpeedo, you typically choose one of:
- SMTP: easiest drop-in if you can set SMTP credentials in Mautic.
- HTTP API: recommended if you want full control in your own middleware/service.
Option A. SMTP (recommended for quick setup)
- Obtain SMTP credentials in the uSpeedo console (Email Settings).
- In Mautic, set the mailer transport to SMTP and fill in host/port/username/password.
- Send a test email, then verify analytics in Email analytics.
Related docs: Integrate via SMTP
Option B. HTTP API (recommended for custom systems)
- Create a template (optional): Create Email Template
- Send via API:
- Template send: SendEmailTemplate
- Custom content: SendEmail
Webhooks (optional)
If you want delivery events to flow back to your system, configure webhooks: Webhook.