From 3bbb5b81225b538c7f6f37f6000db92338dd5a01 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 12 Jun 2019 11:39:41 +0200 Subject: [PATCH] fix email subject --- templates/deblan/mail.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deblan/mail.tpl b/templates/deblan/mail.tpl index 0b7ac38..8bffae4 100644 --- a/templates/deblan/mail.tpl +++ b/templates/deblan/mail.tpl @@ -1,6 +1,6 @@ From: ${EMAIL_SENDER} To: ${EMAIL_RECIPIENT} -Subject: ${EMAIL_RECIPIENT} +Subject: ${EMAIL_SUBJECT} Content-type: multipart/mixed; boundary="${BOUNDARY}" --$BOUNDARY