-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Update Swiftmailer configuration docs #7152
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
Closed
+31
−21
Closed
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
69d4f2f
Update Swiftmailer configuration docs
jverdeyen e7135db
Fixed a minor syntax issue
javiereguiluz d7de32c
Fixed a minor syntax issue
javiereguiluz 771f8b8
Removed the mention to the deprecated delivery_address option
javiereguiluz d2c9a28
Removed any mention of the deprecated delivery_address option
javiereguiluz 0df8929
Removed the description of the deprecated `delivery_address` option
javiereguiluz 7e5e1ef
delivery adresses are separate XML element nodes
xabbuh 9ac7f59
add labels for old headlines
xabbuh b3864c5
add missing dot at the end of sentence
xabbuh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,14 +158,21 @@ that all 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_addresses | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
**type**: ``array`` | ||
|
||
If set, all email messages will be sent to this list of addresses, using the same logic as ``delivery_address``. | ||
|
||
delivery_whitelist | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
**type**: ``array`` | ||
|
||
Used in combination with ``delivery_address``. If set, emails matching any | ||
Used in combination with ``delivery_address`` or ``delivery_addresses``. If set, emails matching any | ||
of these patterns will be delivered like normal, as well as being sent to | ||
``delivery_address``. For details, see the | ||
``delivery_address`` or ``delivery_addresses``. For details, see the | ||
:ref:`How to Work with Emails during Development <sending-to-a-specified-address-but-with-exceptions>` | ||
article. | ||
|
||
|
@@ -208,6 +215,7 @@ Full Default Configuration | |
threshold: 99 | ||
sleep: 0 | ||
delivery_address: ~ | ||
delivery_addresses: [] | ||
disable_delivery: ~ | ||
logging: '%kernel.debug%' | ||
|
||
|
@@ -230,6 +238,7 @@ Full Default Configuration | |
auth_mode="" | ||
sender_address="" | ||
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. Should this 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. done |
||
delivery_addresses="" | ||
disable_delivery="" | ||
logging="%kernel.debug%" | ||
> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 need to make the underlining longer here as the title is longer