Skip to content

Commit 5f35f07

Browse files
committed
bug #5995 Update dev_environment.rst (gonzalovilaseca)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #5995). Discussion ---------- 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. Commits ------- fc6b0a6 Update dev_environment.rst
2 parents 0ae9f60 + fc6b0a6 commit 5f35f07

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)