Added email notification support

This commit is contained in:
clinton-hall 2012-12-13 17:00:57 -08:00
commit cfe87899bc

View file

@ -95,3 +95,35 @@ Password=
# #
# NOTE: NZBGet must have write-access-rights for that directory. # NOTE: NZBGet must have write-access-rights for that directory.
DestDir= 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 <caspian@dotconf.net>
#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=