Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0d3f22

Browse files
jordanaubertjaviereguiluz
authored andcommitted
Fix Mailer#21190 : Update documentation aboutallowed_recipients behaviour
1 parent78b9a86 commitb0d3f22

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎mailer.rst‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,9 +1926,8 @@ a specific address, instead of the *real* address:
19261926
;
19271927
};
19281928
1929-
Use the ``allowed_recipients`` option to specify exceptions to the behavior defined
1930-
in the ``recipients`` option; allowing emails directed to these specific recipients
1931-
to maintain their original destination:
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``:
19321931

19331932
..configuration-block::
19341933

@@ -1988,8 +1987,8 @@ to maintain their original destination:
19881987
};
19891988
19901989
With this configuration, all emails will be sent to ``youremail@example.com``,
1991-
except for those sent to ``internal@example.com``, ``internal-monitoring@example.fr``,
1992-
etc.,whichwill receive emails as usual.
1990+
and in addition, those sent to ``internal@example.com``, ``internal-monitoring@example.fr``,
1991+
etc., will receive emails as usual.
19931992

19941993
..versionadded::7.1
19951994

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp