Search found 9 matches
- March 9th, 2012, 6:37 am
- Forum: General Help
- Topic: Email Template hardcoded recipient not working?
- Replies: 10
- Views: 4067
Re: Email Template hardcoded recipient not working?
Very true, and with that spirit in mind, this is the way I did it now and this works; #encoding utf-8 <!--#if $cat == "tv" and $status and $to == "email@domain.com" #--><!--#slurp#--> To: $to From: $from Date: $date Subject: SERIE - $name X-priority: 5 X-MS-priority: 5 $name is n...
- March 8th, 2012, 3:47 pm
- Forum: General Help
- Topic: Email Template hardcoded recipient not working?
- Replies: 10
- Views: 4067
Re: Email Template hardcoded recipient not working?
That got updated after I posted my sarcasm ;-)
Thx for the help btw
Thx for the help btw
- March 8th, 2012, 2:02 pm
- Forum: General Help
- Topic: Email Template hardcoded recipient not working?
- Replies: 10
- Views: 4067
Re: Email Template hardcoded recipient not working?
[SarcasmMode]Oh you mean the wiki that states "If you want to use different email formats based on the email recipient, you should hard-code the recipient(s) in the template and not use the $to variable. " And the same wiki that has an example template on conditional mails that doesn't wor...
- March 8th, 2012, 12:09 pm
- Forum: General Help
- Topic: Email Template hardcoded recipient not working?
- Replies: 10
- Views: 4067
Re: Email Template hardcoded recipient not working?
I think I catch your drift on how to do this, but could you give an example on how I would check this in the template?
- March 8th, 2012, 7:09 am
- Forum: General Help
- Topic: Email Template hardcoded recipient not working?
- Replies: 10
- Views: 4067
Re: Email Template hardcoded recipient not working?
I have two templates; email-polly.tmpl email-ronner.tmpl both are in /home/media/.sabnzbd/emailtemplates and this folder is also the folder that is set in the Sabnzbd configuration as the Email Templates Folder. Like I said, the templates work, the emails are being sent, but they are simply always s...
- March 8th, 2012, 3:46 am
- Forum: General Help
- Topic: Email Template hardcoded recipient not working?
- Replies: 10
- Views: 4067
Email Template hardcoded recipient not working?
I have the following template; ## polly template <!--#if $cat == "tv" and $status #--><!--#slurp#--> To: girlfriends.email@domain.com From: $from Date: $date Subject: SERIE - $name X-priority: 5 X-MS-priority: 5 $name is now available... <!--#end if#--> The template works, but the mail is ...
- January 20th, 2011, 4:05 am
- Forum: General Help
- Topic: Failed to unpack? -> Set category to empty.
- Replies: 4
- Views: 2237
Re: Failed to unpack? -> Set category to empty.
hehe fair enough ;-)
- January 19th, 2011, 4:40 pm
- Forum: General Help
- Topic: Failed to unpack? -> Set category to empty.
- Replies: 4
- Views: 2237
Re: Failed to unpack? -> Set category to empty.
Sounds good
but until version 0.6? Anything I can do until then?
When is the release of 0.6 btw?
When is the release of 0.6 btw?
- January 19th, 2011, 11:46 am
- Forum: General Help
- Topic: Failed to unpack? -> Set category to empty.
- Replies: 4
- Views: 2237
Failed to unpack? -> Set category to empty.
As the subject says, what I want to achieve is that when something fails to unpack to have the category set to empty. Currently I have a cron that runs a couple times a day to automatically download NZB's for new tv show episodes. It saves the file in the "TV" subfolder of the nzb pickup f...