mail.on_failure_only
Background
This options decides whether an email is sent for each data source update, or only for the failed ones.
Possible values:
-
true
: Send an email only when the data source update fails. -
false
: Always send an email, every time the data source is updated.
If sent, the email is sent to the address set in admin_email
.