Skip to content

Latest commit

 

History

History
executable file
·
26 lines (15 loc) · 895 Bytes

README.md

File metadata and controls

executable file
·
26 lines (15 loc) · 895 Bytes

Mailblock

Adds email redirection options to the CMS.

Requirements

SilverStripe 4 support is available in the 2.0 branch SilverStripe 3 support is available in the 1.0 branch

Installation

composer require signify-nz/silverstripe-mailblock

Usage

All options are in the Settings -> Mailblock section of the CMS. Only users with the "Access to 'Mailblock' settings" permission will be able to configure Mailblock.

Limitations

This module works by adding an additional Symfony mailer (the Mailer included with SilverStripe) event subscriber. If you are using a custom mailer, no email recipient rewriting will take place.

User Guide