Skip to content

Commit ebd7e6d

Browse files
committed
minor #8575 Clarifying usage of delivery_whitelist (tomhv)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #8575). Discussion ---------- Clarifying usage of delivery_whitelist There was nothing to suggest that `delivery_whitelist` could not be used on its own. We had to find this out by trial an error. Hopefully, this change (or better equivalent) will help other people. Cheers. Commits ------- ceabda0 Clarifying usage of delivery_whitelist
2 parents 2b4f8d5 + ceabda0 commit ebd7e6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

email/dev_environment.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ In the above example all email messages will be redirected to ``dev@example.com`
191191
and messages sent to the ``admin@mydomain.com`` address or to any email address
192192
belonging to the domain ``specialdomain.com`` will also be delivered as normal.
193193

194+
.. caution::
195+
196+
The ``delivery_whitelist`` option is ignored unless the ``delivery_addresses`` option is defined.
197+
194198
Viewing from the Web Debug Toolbar
195199
----------------------------------
196200

0 commit comments

Comments
 (0)