@@ -122,10 +122,10 @@ the replaced address, so you can still see who it would have been sent to.
122
122
Sending to a Specified Address, but with exceptions
123
123
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
124
124
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).
129
129
This can be done by adding the ``delivery_whitelist `` option:
130
130
131
131
.. configuration-block ::
@@ -167,8 +167,9 @@ This can be done by adding the ``delivery_whitelist`` option:
167
167
),
168
168
));
169
169
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.
172
173
173
174
Viewing from the Web Debug Toolbar
174
175
----------------------------------
0 commit comments