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

[Mailer] Fix Mailer #21190 : Update documentation aboutallowed_recipients behaviour#21193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
javiereguiluz merged 1 commit intosymfony:7.2fromjordanaubert:patch-2
Jul 9, 2025
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletionsmailer.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1926,9 +1926,8 @@ a specific address, instead of the *real* address:
;
};
Use the ``allowed_recipients`` option to specify exceptions to the behavior defined
in the ``recipients`` option; allowing emails directed to these specific recipients
to maintain their original destination:
Use the ``allowed_recipients`` option to specify a "whitelist": this will allow emails directed to these specific recipients
to maintain their original destination, as well as being sent to the destinations defined in ``recipients``:

..configuration-block::

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

..versionadded::7.1

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp