Problem/Motivation

In the README.md (code-snippet) is written:

// A line-delimited list of message keys to be rerouted. Either module machine
// name or specific mail key can be used for that. Use case: we need to reroute
// only a few specific mail keys (specified mail keys will be rerouted, all
// other emails will NOT be rerouted).
$config['reroute_email.settings']['mailkeys'] = 'somemodule, mymodule_mykey';

// A line-delimited list of message keys to be rerouted. Either module machine
// name or specific mail key can be used for that. Use case: we need to reroute
// all outgoing emails except a few mail keys (specified mail keys will NOT be
// rerouted, all other emails will be rerouted).
$config['reroute_email.settings']['mailkeys_skip'] = 'somemodule, mymodule_key';

The 1st paragraph is correct. The 2nd is about mailkeys_skip and it should start with:

> // A line-delimited list of message keys NOT to be rerouted.

Steps to reproduce

Proposed resolution

Please revise the place in the help text.

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Tag1 fosters the development of DrupalTag1 logo

Comments

marco.b created an issue.

vishwenderbaloria made their first commit to this issue’s fork.