Skip to content

Commit 92dee53

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Minor tweaks Fix Mailer #21190 : Update documentation about `allowed_recipients` behaviour
2 parents ddbbda2 + 4502215 commit 92dee53

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mailer.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,9 +2161,9 @@ 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 define specific addresses that should
2165+
still receive their original emails. These messages will also be sent to the
2166+
address(es) defined in ``recipients``, as with all other emails:
21672167

21682168
.. configuration-block::
21692169

@@ -2222,9 +2222,9 @@ to maintain their original destination:
22222222
;
22232223
};
22242224
2225-
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+
With this configuration, all emails will be sent to ``[email protected]``.
2226+
Additionally, emails sent to ``[email protected]``, ``[email protected]``,
2227+
etc., will also be delivered to those addresses.
22282228

22292229
.. versionadded:: 7.1
22302230

0 commit comments

Comments
 (0)