Skip to content

Commit b0d3f22

Browse files
jordanaubertjaviereguiluz
authored andcommitted
Fix Mailer #21190 : Update documentation about allowed_recipients behaviour
1 parent 78b9a86 commit b0d3f22

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
@@ -1926,9 +1926,8 @@ a specific address, instead of the *real* address:
19261926
;
19271927
};
19281928
1929-
Use the ``allowed_recipients`` option to specify exceptions to the behavior defined
1930-
in the ``recipients`` option; allowing emails directed to these specific recipients
1931-
to maintain their original destination:
1929+
Use the ``allowed_recipients`` option to specify a "whitelist": this will allow emails directed to these specific recipients
1930+
to maintain their original destination, as well as being sent to the destinations defined in ``recipients``:
19321931

19331932
.. configuration-block::
19341933

@@ -1988,8 +1987,8 @@ to maintain their original destination:
19881987
};
19891988
19901989
With this configuration, all emails will be sent to ``[email protected]``,
1991-
except for those sent to ``[email protected]``, ``[email protected]``,
1992-
etc., which will receive emails as usual.
1990+
and in addition, those sent to ``[email protected]``, ``[email protected]``,
1991+
etc., will receive emails as usual.
19931992

19941993
.. versionadded:: 7.1
19951994

0 commit comments

Comments
 (0)