Skip to content

Commit fc6b0a6

Browse files
Gonzalo Vilasecawouterj
Gonzalo Vilaseca
authored andcommitted
Update dev_environment.rst
As per the config docs: delivery_whitelist: Used in combination with delivery_address. If set, emails matching any of these patterns will be delivered like normal, as well as being sent to delivery_address.
1 parent 0ae9f60 commit fc6b0a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/email/dev_environment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ by adding the ``delivery_whitelist`` option:
187187
));
188188
189189
In the above example all email messages will be redirected to ``dev@example.com``,
190-
except messages sent to the ``admin@mydomain.com`` address or to any email
191-
address belonging to the domain ``specialdomain.com``, which will be delivered as normal.
190+
and messages sent to the ``admin@mydomain.com`` address or to any email
191+
address belonging to the domain ``specialdomain.com`` will be delivered as normal.
192192

193193
Viewing from the Web Debug Toolbar
194194
----------------------------------

0 commit comments

Comments
 (0)