mail.on_failure_only

Specifies whether to always send data source update emails or only when an update fails.

Key: mail.on_failure_only
Type: Boolean
Can be set in: collection.cfg

Description

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.

Default Value

mail.on_failure_only=true

Examples

Receive emails for every data source update:

mail.on_failure_only=false

See Also