mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Added Custom email subject and message
This commit is contained in:
parent
a9a5c65872
commit
503444d8a3
1 changed files with 13 additions and 1 deletions
|
@ -109,7 +109,7 @@ DestDir=
|
|||
|
||||
# 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>
|
||||
# This uses sendEmail as authored by Brandon Zehm <caspian@dotconf.net>
|
||||
|
||||
#Specify if you want emails to be sent for successful downloads.
|
||||
Email_successful=yes
|
||||
|
@ -135,3 +135,15 @@ Email_User=
|
|||
# Enter your smtp server password (if required)
|
||||
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>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue