File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,10 @@ by adding the ``delivery_whitelist`` option:
154
154
155
155
<swiftmailer : config delivery-address =" dev@example.com" >
156
156
<!-- all email addresses matching this regex will *not* be redirected to dev@example.com -->
157
- <swiftmailer : delivery-whitelist >/@specialdomain.com$/</swiftmailer : delivery-whitelist >
157
+ <swiftmailer : delivery-whitelist-pattern >/@specialdomain.com$/</swiftmailer : delivery-whitelist-pattern >
158
+
158
159
<!-- all emails sent to admin@mydomain.com won't be redirected to dev@example.com too -->
159
- <swiftmailer : delivery-whitelist >/^admin@mydomain.com$/</swiftmailer : delivery-whitelist >
160
+ <swiftmailer : delivery-whitelist-pattern >/^admin@mydomain.com$/</swiftmailer : delivery-whitelist-pattern >
160
161
</swiftmailer : config >
161
162
162
163
.. code-block :: php
You can’t perform that action at this time.
0 commit comments