CiviCRM Reroute Mail
25 sites
No security coverage
Drupal 8–11
This module reroutes all outgoing emails from CiviCRM to a single specified email address. This is useful for development and testing environments to prevent sending real emails.
This is a fork of CiviCRM Reroute Email which has been developed to work with D8+.
After enabling, configure the module at /admin/config/development/civicrm-reroute-email. Only a single email address to reroute to is supported.
Configure using settings.php:
$config['civicrm_reroute_email.settings']['enable'] = TRUE;
$config['reroute_email.settings']['address'] = "[email protected]";
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.