From 06e1eafb5436a2e12913e94b7b76816150eeadc4 Mon Sep 17 00:00:00 2001 From: Gonzalo Vilaseca Date: Thu, 10 Dec 2015 10:55:43 +0000 Subject: [PATCH] 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. --- cookbook/email/dev_environment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/email/dev_environment.rst b/cookbook/email/dev_environment.rst index c9eb21433dc..c93553102e0 100644 --- a/cookbook/email/dev_environment.rst +++ b/cookbook/email/dev_environment.rst @@ -187,8 +187,8 @@ by adding the ``delivery_whitelist`` option: )); In the above example all email messages will be redirected to ``dev@example.com``, -except messages sent to the ``admin@mydomain.com`` address or to any email -address belonging to the domain ``specialdomain.com``, which will be delivered as normal. +and messages sent to the ``admin@mydomain.com`` address or to any email +address belonging to the domain ``specialdomain.com`` will be delivered as normal. Viewing from the Web Debug Toolbar ----------------------------------