signify-nz/silverstripe-mailblock

CMS configurable email redirection.

Installs: 5 339

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 9

Forks: 2

Type:silverstripe-vendormodule

3.0.0 2023-08-08 23:23 UTC

README

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