Added Custom email subject and message

This commit is contained in:
clinton-hall 2012-12-18 15:33:20 -08:00
commit 503444d8a3

View file

@ -109,7 +109,7 @@ DestDir=
# This section defines parameters, which can be set to allow notifications to # This section defines parameters, which can be set to allow notifications to
# be sent via email. # be sent via email.
# This uses sendEmail as authoried by Brandon Zehm <caspian@dotconf.net> # This uses sendEmail as authored by Brandon Zehm <caspian@dotconf.net>
#Specify if you want emails to be sent for successful downloads. #Specify if you want emails to be sent for successful downloads.
Email_successful=yes Email_successful=yes
@ -135,3 +135,15 @@ Email_User=
# Enter your smtp server password (if required) # Enter your smtp server password (if required)
Email_Pass= Email_Pass=
# Enter your email subject in quotes.
# Use <status> to add 'completed'/'failed'
# Use <name> to add the nzb name
# Use <cat> to add the download categoty.
# Use <script> to
Email_Subject="The Download of <name> has <status>"
# Enter your email message in quotes.
# Use the same substitutes as described above.
# Use /n for new line.
Email_Message="The download of <name> has <status> /n This has been processed by the script <script> for category <cat>"