signify-nz / silverstripe-mailblock
CMS configurable email redirection.
Installs: 6 003
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 9
Forks: 2
Type:silverstripe-vendormodule
Requires
- php: >=8.1
- silverstripe/framework: ^5
- silverstripe/siteconfig: ^5
Requires (Dev)
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: ^3.10
This package is not auto-updated.
Last update: 2024-11-06 01:28:01 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.