8000 Changed line-breaks in text · symfony/symfony-docs@4aa58a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4aa58a4

Browse files
TerjeBrweaverryan
authored andcommitted
Changed line-breaks in text
1 parent 217811d commit 4aa58a4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

cookbook/email/dev_environment.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ the replaced address, so you can still see who it would have been sent to.
122122
Sending to a Specified Address, but with exceptions
123123
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
124124

125-
Suppose you normally in your dev environment want to have all email redirected to a specific address,
126-
(like in the above scenario to ``dev@example,com``).
127-
But then you may want email sent to some specific email addresses to go through after all,
128-
and not be redirected (even if it is in the dev environment).
125+
Suppose you normally in your dev environment want to have all email redirected
126+
to a specific address, (like in the above scenario to ``dev@example,com``).
127+
But then you may want email sent to some specific email addresses to go through
128+
after all, and not be redirected (even if it is in the dev environment).
129129
This can be done by adding the ``delivery_whitelist`` option:
130130

131131
.. configuration-block::
@@ -167,8 +167,9 @@ This can be done by adding the ``delivery_whitelist`` option:
167167
),
168168
));
169169
170-
In the above example all mail will be redirected to ``dev@example.com``, except that mail to the single
171-
address ``admin@specialdomain.com`` and all mail to the domain ``mydomain.com`` will be delivered as normal.
170+
In the above example all mail will be redirected to ``dev@example.com``,
171+
except that mail to the single address ``admin@specialdomain.com`` and all
172+
mail to the domain ``mydomain.com`` will be delivered as normal.
172173

173174
Viewing from the Web Debug Toolbar
174175
----------------------------------

0 commit comments

Comments
 (0)
0