Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cookbook/email/dev_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ by adding the ``delivery_whitelist`` option:
));

In the above example all email messages will be redirected to ``[email protected]``,
except messages sent to the ``[email protected]`` address or to any email
address belonging to the domain ``specialdomain.com``, which will be delivered as normal.
and messages sent to the ``[email protected]`` address or to any email
address belonging to the domain ``specialdomain.com`` will be delivered as normal.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[...] will also be [...]


Viewing from the Web Debug Toolbar
----------------------------------
Expand Down