signify-nz/silverstripe-mailblock

CMS configurable email redirection.

Maintainers

Package info

github.com/signify-nz/silverstripe-mailblock

Homepage

Issues

Type:silverstripe-vendormodule

pkg:composer/signify-nz/silverstripe-mailblock

Statistics

Installs: 7 174

Dependents: 0

Suggesters: 0

Stars: 3

3.0.1 2024-07-16 23:49 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