From 1bcf7f81389a7641aa237409af1a9598dd92b5bb Mon Sep 17 00:00:00 2001 From: urosj Date: Tue, 25 Jul 2017 21:41:05 +0200 Subject: [PATCH] Changed text/html to text/plain. --- cmd/autoresponder.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/autoresponder.go b/cmd/autoresponder.go index e327fc3..88e8185 100644 --- a/cmd/autoresponder.go +++ b/cmd/autoresponder.go @@ -336,6 +336,7 @@ func enableAutoresponse(email string) error { // Write template to file writer.WriteString(fmt.Sprintf(`From: %v To: THIS GETS REPLACED +Content-Type: text/plain; charset=UTF-8 Subject: Autoresponder mail body`, email))