Changed text/html to text/plain.

This commit is contained in:
urosj 2017-07-25 21:41:05 +02:00
parent 23b1a10581
commit 1bcf7f8138
1 changed files with 1 additions and 0 deletions

View File

@ -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))