File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 ``youremail@example.com ``,
2177- except for those sent to ``internal@example.com ``, ``internal-monitoring@example.fr ``,
2178- etc., which will receive emails as usual .
2176+ With this configuration, all emails will be sent to ``youremail@example.com ``.
2177+ Additionally, emails sent to ``internal@example.com ``, ``internal-monitoring@example.fr ``,
2178+ etc., will also be delivered to those addresses .
21792179
21802180Write a Functional Test
21812181~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments