Skip to content

Commit 4502215

Browse files
committed
Minor tweaks
1 parent 87f4ee8 commit 4502215

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

mailer.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,8 +1926,9 @@ a specific address, instead of the *real* address:
19261926
;
19271927
};
19281928
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``:
1929+
Use the ``allowed_recipients`` option to define specific addresses that should
1930+
still receive their original emails. These messages will also be sent to the
1931+
address(es) defined in ``recipients``, as with all other emails:
19311932

19321933
.. configuration-block::
19331934

@@ -1986,9 +1987,9 @@ to maintain their original destination, as well as being sent to the destination
19861987
;
19871988
};
19881989
1989-
With this configuration, all emails will be sent to ``[email protected]``,
1990-
and in addition, those sent to ``[email protected]``, ``[email protected]``,
1991-
etc., will receive emails as usual.
1990+
With this configuration, all emails will be sent to ``[email protected]``.
1991+
Additionally, emails sent to ``[email protected]``, ``[email protected]``,
1992+
etc., will also be delivered to those addresses.
19921993

19931994
.. versionadded:: 7.1
19941995

0 commit comments

Comments
 (0)