mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
remove quotes from subject and message
these are already passed as strings and quotes here kills the loading of the config file.
This commit is contained in:
parent
ea77364b3f
commit
734c68d5ae
1 changed files with 9 additions and 8 deletions
|
@ -148,14 +148,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.
|
# Enter your email subject.
|
||||||
# Use <status> to add 'completed'/'failed'
|
# Use the following tags between the less than and greater than symbols.
|
||||||
# Use <name> to add the nzb name
|
# Use status to add 'completed'/'failed'.
|
||||||
# Use <cat> to add the download categoty.
|
# Use name to add the nzb name.
|
||||||
# Use <script> to name the external script used.
|
# Use cat to add the download categoty.
|
||||||
Email_Subject="The Download of <name> has <status>"
|
# Use script to name the external script used.
|
||||||
|
Email_Subject=The Download of <name> has <status>.
|
||||||
|
|
||||||
# Enter your email message in quotes.
|
# Enter your email message.
|
||||||
# Use the same substitutes as described above.
|
# Use the same substitutes as described above.
|
||||||
# Use /n for new line.
|
# 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>"
|
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