From 5a387436a2beda3da41a1807570f9acb07581df7 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Thu, 20 Dec 2012 15:40:48 -0800 Subject: [PATCH] changes to email subject/message needs quotes to pass string, but double quotes causes failure to load settings on some configurations. line ends needs to be CRLF (\r\n). --- .../9.0/webui/nzbget-postprocess.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf index 5aa2e17e..dfeca672 100644 --- a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf @@ -148,15 +148,15 @@ Email_User= # Enter your smtp server password (if required) Email_Pass= -# Enter your email subject. +# Enter your email subject, in single quotes. # Use the following tags between the less than and greater than symbols. # Use status to add 'completed'/'failed'. # Use name to add the nzb name. # Use cat to add the download categoty. # Use script to name the external script used. -Email_Subject=The Download of has . +Email_Subject='The Download of has .' -# Enter your email message. +# Enter your email message, in single quotes. # Use the same substitutes as described above. -# Use /n for new line. -Email_Message=The download of has . /n This has been processed by the script