File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,10 @@ In the above example all email messages will be redirected to ``dev@example.com`
190
190
and messages sent to the ``admin@mydomain.com `` address or to any email address
191
191
belonging to the domain ``specialdomain.com `` will also be delivered as normal.
192
192
193
+ .. caution ::
194
+
195
+ The ``delivery_whitelist `` option is ignored unless the ``delivery_addresses `` option is defined.
196
+
193
197
Viewing from the Web Debug Toolbar
194
198
----------------------------------
195
199
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ following:
95
95
fields :
96
96
personal_email : Email
97
97
short_bio :
98
- - NotBlank
98
+ - NotBlank : ~
99
99
- Length :
100
100
max : 100
101
101
maxMessage : Your short bio is too long!
@@ -219,7 +219,7 @@ you can do the following:
219
219
- Collection :
220
220
fields :
221
221
personal_email :
222
- - Required
222
+ - Required :
223
223
- NotBlank : ~
224
224
- Email : ~
225
225
alternate_email :
You can’t perform that action at this time.
0 commit comments