
Sendex
Email newsletters in MODX — subscribers, send queue, and a front-end subscribe form


Email newsletter component for MODX Revolution: newsletters and subscribers in the manager, a send queue, and a subscribe form on the site via the Sendex snippet.
| Requirement | Description |
|---|---|
| MODX Revolution | 2.8+ or 3.x |
| PHP | 7.4–8.4 |
| ExtJS | MODX manager (MODX 3 — namespace + action) |
Verified on MODX 3.2.0-pl. xPDO models are global sx* classes (not namespaced).
Package page: modstore.pro.
On install and upgrade the migrations resolver runs Phinx schema migrations. Tables are not removed on package uninstall.
Open Components → Sendex. Create a newsletter, place [[!Sendex]] on a page, and set up cron for the queue.
See Quick start and System settings.
| Section | Description |
|---|---|
| Quick start | First newsletter and subscription test |
| Sendex snippet | Parameters, chunks, AJAX |
| Subscriptions | Newsletters and subscribers in the manager |
| Email queue | Sending and cron |
| System settings | sendex_* keys |
| Events | sxOn* hooks |
| PHP API | Subscribe and queue from code |
| FAQ | Common issues |
The component was originally written as a MODX development demo on bezumkin.ru. The current version is maintained in modx-pro/Sendex.