db_get $PACKAGE/email
EMAIL="${RET:-none}"
- EMAIL_ARGS="${EMAIL_ARGS:--email-only-on-conflict}"
+ EMAIL_ARGS="${EMAIL_ARGS:--email-only-on-alert}"
cat <<_eof > $DEBIANCONFIG
# $PACKAGE Debian configuration
_Description: Send email status to:
Status emails can be sent on a daily basis.
.
- By default an email is only sent if there is a conflict. You must have
- the MythTV Perl API installed for this to work.
+ By default an email is only sent if there are alerts. You must have
+ the MythTV Perl API installed for conflict alerts to be generated.
.
To disable set the email address to "none". To specify multiple email
addresses, seperate them with a comma.