Skip to content

Commit 4288152

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Minor tweaks Fix Mailer #21190 : Update documentation about `allowed_recipients` behaviour
2 parents 576c69c + 68f245f commit 4288152

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
@@ -2112,9 +2112,9 @@ a specific address, instead of the *real* address:
21122112
;
21132113
};
21142114
2115-
Use the ``allowed_recipients`` option to specify exceptions to the behavior defined
2116-
in the ``recipients`` option; allowing emails directed to these specific recipients
2117-
to maintain their original destination:
2115+
Use the ``allowed_recipients`` option to define specific addresses that should
2116+
still receive their original emails. These messages will also be sent to the
2117+
address(es) defined in ``recipients``, as with all other emails:
21182118

21192119
.. configuration-block::
21202120

@@ -2173,9 +2173,9 @@ to maintain their original destination:
21732173
;
21742174
};
21752175
2176-
With this configuration, all emails will be sent to ``[email protected]``,
2177-
except for those sent to ``[email protected]``, ``[email protected]``,
2178-
etc., which will receive emails as usual.
2176+
With this configuration, all emails will be sent to ``[email protected]``.
2177+
Additionally, emails sent to ``[email protected]``, ``[email protected]``,
2178+
etc., will also be delivered to those addresses.
21792179

21802180
Write a Functional Test
21812181
~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)