You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
466 B
23 lines
466 B
13 years ago
|
##
|
||
|
## Bad URL Fetch Email template for SABnzbd
|
||
|
## This a Cheetah template
|
||
|
## Documentation: http://sabnzbd.wikidot.com/email-templates
|
||
|
##
|
||
|
## Newlines and whitespace are significant!
|
||
|
##
|
||
|
## These are the email headers
|
||
|
To: $to
|
||
|
From: $from
|
||
|
Date: $date
|
||
|
Subject: SABnzbd failed to fetch an NZB
|
||
|
X-priority: 5
|
||
|
X-MS-priority: 5
|
||
|
## After this comes the body, the empty line is required!
|
||
|
|
||
|
Hi,
|
||
|
|
||
|
SABnzbd has failed to retrieve the NZB from $url.
|
||
|
The error message was: $msg
|
||
|
|
||
|
Bye
|