From cc08553428ba3f6d37ede1c25bacfbe621c81a44 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Fri, 1 Feb 2013 23:30:11 -0800 Subject: [PATCH] added email categories --- .../9.0/webui/nzbget-postprocess.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf index 8679de67..ee3045b4 100644 --- a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf @@ -124,11 +124,11 @@ DestDir= # be sent via email. # This uses sendEmail as authored by Brandon Zehm -# Specify if you want emails to be sent for successful downloads (yes, no). -Email_successful=yes +# List Categories for successful download email, default 'tv movies' +Email_successful='tv movies' -# Specify if you want emails to be sent for failed downloads (yes, no). -Email_failed=yes +# List Categories for failed download email, default 'tv movies' +Email_failed='tv movies' # Set the full path and file name for sendEmail application. sendEmail=/usr/local/nzbget/var/sendEmail/sendEmail