Skip to content

Commit 29ba8fc

Browse files
authored
Fix Mailer #21190 : Update documentation about allowed_recipients behaviour
1 parent f0897ca commit 29ba8fc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

mailer.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,9 +2161,8 @@ a specific address, instead of the *real* address:
21612161
;
21622162
};
21632163
2164-
Use the ``allowed_recipients`` option to specify exceptions to the behavior defined
2165-
in the ``recipients`` option; allowing emails directed to these specific recipients
2166-
to maintain their original destination:
2164+
Use the ``allowed_recipients`` option to specify a "whitelist": this will allow emails directed to these specific recipients
2165+
to maintain their original destination, as well as being sent to the destinations defined in ``recipients``:
21672166

21682167
.. configuration-block::
21692168

@@ -2223,8 +2222,8 @@ to maintain their original destination:
22232222
};
22242223
22252224
With this configuration, all emails will be sent to ``[email protected]``,
2226-
except for those sent to ``[email protected]``, ``[email protected]``,
2227-
etc., which will receive emails as usual.
2225+
and in addition, those sent to ``[email protected]``, ``[email protected]``,
2226+
etc., will receive emails as usual.
22282227

22292228
.. versionadded:: 7.1
22302229

0 commit comments

Comments
 (0)