Module Description
Description Provides rerouting options for the Drupal Symfony Mailer module. This functionality somewhat similar to the Reroute mail module, but is specific for Drupal Symfony Mailer, and uses this module's Policy functionality, to decide which email message(s) to reroute.
Configuration
* First, decide if you want to globally enable rerouting or not. Go to /admin/config/system/mailer/reroute to enable routing functionality. If the checkbox is unchecked, no rerouting at all will happen.
* Optionally, you can override this setting per environment in your settings.php or settings.local.php file (e.g. to only enable rerouting on your dev site): $config['symfony_mailer_reroute.settings']['enable'] = TRUE;
* Go to the policy settings page of Drupal Symfony Mailer (/admin/config/system/mailer)
* Edit the policy for which you wish to reroute emails (could be a specific mail, or the `*All*` policy). Add the "Reroute email (if enabled)" element to your policy.
* Define one or more addresses to reroute to within the policy settings.
Configuration
* First, decide if you want to globally enable rerouting or not. Go to /admin/config/system/mailer/reroute to enable routing functionality. If the checkbox is unchecked, no rerouting at all will happen.
* Optionally, you can override this setting per environment in your settings.php or settings.local.php file (e.g. to only enable rerouting on your dev site): $config['symfony_mailer_reroute.settings']['enable'] = TRUE;
* Go to the policy settings page of Drupal Symfony Mailer (/admin/config/system/mailer)
* Edit the policy for which you wish to reroute emails (could be a specific mail, or the `*All*` policy). Add the "Reroute email (if enabled)" element to your policy.
* Define one or more addresses to reroute to within the policy settings.
Module Link
Project Usage
151
Security Covered
Not Covered By Security Advisory
Version Available
Production
Module Summary
This module tries to solve rerouting options for the Drupal Symfony Mailer module based on specific policies set by the user.
Data Name
symfony_mailer_reroute