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 @@ -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 ``youremail@example.com ``,
2226- except for those sent to ``internal@example.com ``, ``internal-monitoring@example.fr ``,
2227- etc., which will receive emails as usual .
2225+ With this configuration, all emails will be sent to ``youremail@example.com ``.
2226+ Additionally, emails sent to ``internal@example.com ``, ``internal-monitoring@example.fr ``,
2227+ etc., will also be delivered to those addresses .
22282228
22292229.. versionadded :: 7.1
22302230
You can’t perform that action at this time.
0 commit comments