MailControl lets you requeue, inspect, and administrate mail-related jobs with a lightweight API and a simple admin UI.
The API is designed to be minimal and predictable. All endpoints live under /api/v1 and require an API key.
| POST | /api/v1/campaigns | Create a new mail campaign |
| POST | /api/v1/messages | Enqueue messages directly (no campaign) |
| GET | /api/v1/campaigns/{id} | Check campaign status |
Open registration is not available yet. Contact register@mailcontrol.io.
Review config/settings.php for DB, Twig and worker settings.