File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Configuration
32
32
* `threshold `_
33
33
* `sleep `_
34
34
* `delivery_address `_
35
+ * `delivery_whitelist `_
35
36
* `disable_delivery `_
36
37
* `logging `_
37
38
@@ -156,6 +157,13 @@ emails sent during development go to a single account.
156
157
This uses ``Swift_Plugins_RedirectingPlugin ``. Original recipients are available
157
158
on the ``X-Swift-To ``, ``X-Swift-Cc `` and ``X-Swift-Bcc `` headers.
158
159
160
+ delivery_whitelist
161
+ ~~~~~~~~~~~~~~~~~~
162
+
163
+ **type **: ``array ``
164
+
165
+ If set, only email message send to addresses that match with the values in the list.
166
+
159
167
disable_delivery
160
168
~~~~~~~~~~~~~~~~
161
169
@@ -195,6 +203,7 @@ Full default Configuration
195
203
threshold : 99
196
204
sleep : 0
197
205
delivery_address : ~
206
+ delivery_whitelist : ~
198
207
disable_delivery : ~
199
208
logging : " %kernel.debug%"
200
209
You can’t perform that action at this time.
0 commit comments