mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Added email notification support
This commit is contained in:
parent
cfe87899bc
commit
f41485d503
1 changed files with 32 additions and 0 deletions
|
@ -75,3 +75,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 <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=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue