diff --git a/email/email-en.tmpl b/email/email-en.tmpl index ff8137f..b5de464 100644 --- a/email/email-en.tmpl +++ b/email/email-en.tmpl @@ -6,10 +6,10 @@ ## Newlines and whitespace are significant! ## ## These are the email headers -to: $to -from: $from -date: $date -subject: SABnzbd has job $name +To: $to +From: $from +Date: $date +Subject: SABnzbd has job $name X-priority: 5 X-MS-priority: 5 ## After this comes the body, the empty line is required! diff --git a/email/rss-en.tmpl b/email/rss-en.tmpl index 727a2bf..d45c982 100644 --- a/email/rss-en.tmpl +++ b/email/rss-en.tmpl @@ -6,10 +6,10 @@ ## Newlines and whitespace are significant! ## ## These are the email headers -to: $to -from: $from -date: $date -subject: SABnzbd has added $amount jobs to the queue +To: $to +From: $from +Date: $date +Subject: SABnzbd has added $amount jobs to the queue X-priority: 5 X-MS-priority: 5 ## After this comes the body, the empty line is required!