File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 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`
190190and messages sent to the ``admin@mydomain.com `` address or to any email address
191191belonging to the domain ``specialdomain.com `` will also be delivered as normal.
192192
193+ .. caution ::
194+
195+ The ``delivery_whitelist `` option is ignored unless the ``delivery_addresses `` option is defined.
196+
193197Viewing from the Web Debug Toolbar
194198----------------------------------
195199
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ following:
9595 fields :
9696 personal_email : Email
9797 short_bio :
98- - NotBlank
98+ - NotBlank : ~
9999 - Length :
100100 max : 100
101101 maxMessage : Your short bio is too long!
@@ -219,7 +219,7 @@ you can do the following:
219219 - Collection :
220220 fields :
221221 personal_email :
222- - Required
222+ - Required :
223223 - NotBlank : ~
224224 - Email : ~
225225 alternate_email :
You can’t perform that action at this time.
0 commit comments