mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
tabify
This commit is contained in:
@@ -102,7 +102,7 @@ func SendMail(to, subject, body string) *model.AppError {
|
||||
headers["Subject"] = html.UnescapeString(subject)
|
||||
headers["MIME-version"] = "1.0"
|
||||
headers["Content-Type"] = "text/html"
|
||||
headers["Date"] = time.Now().Format(time.RFC822)
|
||||
headers["Date"] = time.Now().Format(time.RFC822)
|
||||
|
||||
message := ""
|
||||
for k, v := range headers {
|
||||
|
||||
Reference in New Issue
Block a user