Merge pull request #17742 from MiyaNoctem/dev-core-1854-fix-resetting-overridden...
[civicrm-core.git] / ext / flexmailer / README.md
CommitLineData
bdf67e28
SL
1# org.civicrm.flexmailer
2
3FlexMailer (`org.civicrm.flexmailer`) is an email delivery engine for CiviCRM v4.7+. It replaces the internal guts of CiviMail. It is a
4drop-in replacement which enables *other* extensions to provide richer email features.
5
6* [Introduction](docs/index.md)
7* [Installation](docs/install.md)
8* [Development](docs/develop/index.md)
9 * [CheckSendableEvent](docs/develop/CheckSendableEvent.md)
10 * [WalkBatchesEvent](docs/develop/WalkBatchesEvent.md)
11 * [ComposeBatchEvent](docs/develop/ComposeBatchEvent.md)
12 * [SendBatchEvent](docs/develop/SendBatchEvent.md)