Merge pull request #17729 from colemanw/upgradeSafeApi
[civicrm-core.git] / ext / flexmailer / README.md
1 # org.civicrm.flexmailer
2
3 FlexMailer (`org.civicrm.flexmailer`) is an email delivery engine for CiviCRM v4.7+. It replaces the internal guts of CiviMail. It is a
4 drop-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)