diff --git a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf index e115611f..c1ba5dd8 100644 --- a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf @@ -95,3 +95,35 @@ Password= # # NOTE: NZBGet must have write-access-rights for that directory. DestDir= + +############################################################################## +### EMAIL-PARAMETERS ### + +# This section defines parameters, which can be set to allow notifications to +# be sent via email. +# This uses sendEmail as authoried by Brandon Zehm + +#Specify if you want emails to be sent for successful downloads. +Email_successful=yes + +#Specify if you want emails to be sent for failed downloads. +Email_failed=yes + +# Set the full path to sendEmail. +sendEmail=/usr/local/nzbget/var/sendEmail + +# Enter the email address you want this email to be sent from. +Email_From= + +# Enter the email address you want this email to be sent to. +Email_To= + +# Enter smtp server and port. eg smtp.live.com:25 +Email_Server= + +# Enter your smtp server user name (if required) +Email_User= + +# Enter your smtp server password (if required) +Email_Pass= +