@@ -122,10 +122,10 @@ the replaced address, so you can still see who it would have been sent to.
122122Sending 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).
129129This 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
173174Viewing from the Web Debug Toolbar
174175----------------------------------
0 commit comments