diff --git a/pkg/mail/send_mail.go b/pkg/mail/send_mail.go index 3ba19a0a348..32e5df9b7c6 100644 --- a/pkg/mail/send_mail.go +++ b/pkg/mail/send_mail.go @@ -94,7 +94,6 @@ func SendMailWithTemplate(to, subject, tpl string, data map[string]interface{}) HTMLMessage: htmlContent.String(), ContentType: ContentTypeMultipart, Boundary: boundary, - Headers: []*header{{Field: "MIME-Version", Content: "1.0"}}, } SendMail(opts)