-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Reference] Add missing option delivery_whitelist #5056
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
0195619
07855f6
ce8719d
2aab241
03279dc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ Configuration | |
* `threshold`_ | ||
* `sleep`_ | ||
* `delivery_address`_ | ||
* `delivery_whitelist`_ | ||
* `disable_delivery`_ | ||
* `logging`_ | ||
|
||
|
@@ -156,6 +157,17 @@ emails sent during development go to a single account. | |
This uses ``Swift_Plugins_RedirectingPlugin``. Original recipients are available | ||
on the ``X-Swift-To``, ``X-Swift-Cc`` and ``X-Swift-Bcc`` headers. | ||
|
||
delivery_whitelist | ||
+~~~~~~~~~~~~~~~~~~ | ||
+ | ||
+**type**: ``array`` | ||
+ | ||
+Used in combination with ``delivery_address``. If set, emails matching any of these | ||
patterns will be delivered like normal, instead of being sent to `delivery_address`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sorry, one last thing: you have to use double backticks for inline codeblocks in reStructured text. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok, done that. |
||
For details, see `the Cookbook entry.`_ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please use the :ref:`the cookbook entry <sending-to-a-specified-address-but-with-exceptions>` There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, changed that. |
||
|
||
.. _`the Cookbook entry.`: http://symfony.com/doc/current/cookbook/email/dev_environment.html#sending-to-a-specified-address-but-with-exceptions | ||
|
||
disable_delivery | ||
~~~~~~~~~~~~~~~~ | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to remove the plus characters you copied from the old PR's diff. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, forgot that. Done that now.