I set the value for requiring an email to 1:
Code: Select all
# Email field required (optional)
# Force users to enter their email address. Upload notification to that email will be sent.
# Leave empty to disable, set to 1 to enable
email_required => '1',
Thanks!