mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
changes to email subject/message
needs quotes to pass string, but double quotes causes failure to load settings on some configurations. line ends needs to be CRLF (\r\n).
This commit is contained in:
parent
7fbd9a775c
commit
5a387436a2
1 changed files with 5 additions and 5 deletions
|
@ -148,15 +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.
|
# Enter your email subject, in single quotes.
|
||||||
# Use the following tags between the less than and greater than symbols.
|
# Use the following tags between the less than and greater than symbols.
|
||||||
# Use status to add 'completed'/'failed'.
|
# Use status to add 'completed'/'failed'.
|
||||||
# Use name to add the nzb name.
|
# Use name to add the nzb name.
|
||||||
# Use cat to add the download categoty.
|
# Use cat to add the download categoty.
|
||||||
# Use script to name the external script used.
|
# Use script to name the external script used.
|
||||||
Email_Subject=The Download of <name> has <status>.
|
Email_Subject='The Download of <name> has <status>.'
|
||||||
|
|
||||||
# Enter your email message.
|
# Enter your email message, in single quotes.
|
||||||
# Use the same substitutes as described above.
|
# Use the same substitutes as described above.
|
||||||
# Use /n for new line.
|
# Use \r\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>. \r\n This has been processed by the script <script> for category <cat>.'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue