We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b154c commit 818d734Copy full SHA for 818d734
cookbook/email/dev_environment.rst
@@ -140,11 +140,11 @@ by adding the ``delivery_whitelist`` option:
140
delivery_whitelist:
141
# all email addresses matching this regex will *not* be
142
# redirected to dev@example.com
143
- - "/@specialdomain\.com$/"
+ - '/@specialdomain\.com$/'
144
145
# all emails sent to admin@mydomain.com won't
146
# be redirected to dev@example.com too
147
- - "/^admin@mydomain\.com$/"
+ - '/^admin@mydomain\.com$/'
148
149
.. code-block:: xml
150
0 commit comments