From a64a70cbc8716d7d45febb85011b681d4780bd99 Mon Sep 17 00:00:00 2001 From: Son Date: Mon, 7 Mar 2022 15:57:29 +0100 Subject: [PATCH] use Date instead of date for header value --- app/email/headers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/email/headers.py b/app/email/headers.py index 3b5be9e8..e1aaabd6 100644 --- a/app/email/headers.py +++ b/app/email/headers.py @@ -2,7 +2,7 @@ MESSAGE_ID = "Message-ID" IN_REPLY_TO = "In-Reply-To" REFERENCES = "References" -DATE = "date" +DATE = "Date" SUBJECT = "Subject" FROM = "From" TO = "To"