Changed text/html to text/plain.
This commit is contained in:
parent
23b1a10581
commit
1bcf7f8138
@ -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))
|
||||
|
Reference in New Issue
Block a user