This module intercepts all the implementation of hook_mail(), allows to edit those emails on admin interface and injects the modified emails using hook_mail_alter()

The original idea was coined by kristofferrom and we will take it forward.

The module is still at inception level but we are confident to realize it soon.

We plan to publish a release in Drupal 8.x branch first.

For Contributors: Declaring Email Keys

To ensure Email Manager accurately detects your module’s email keys, you can declare them in a configuration file named your_module.email_manager.yml in your module’s root directory.
Example:

yaml

email_keys:
  custom_email: 'Custom Email'
  another_email: 'Another Email'
Supporting organizations: 

Project information

Releases