[PLT-1015] Make all Mattermost system emails Multi-Part, with both a HTML and Plain Text version. (#5698)

* Implementation to Make all Mattermost system emails Multi-Part, with both a HTML and Plain Text version

* update lib

* update code per review

* update to use the mattermost repo
Этот коммит содержится в:
Carlos Tadeu Panato Junior
2017-08-21 15:31:13 -03:00
коммит произвёл Christopher Speller
родитель 65ccd4afb2
Коммит 12a9180807
5 изменённых файлов: 30 добавлений и 26 удалений

Просмотреть файл

@@ -212,7 +212,6 @@ func TestEmail(userId string, cfg *model.Config) *model.AppError {
return model.NewLocAppError("testEmail", "api.admin.test_email.reenter_password", nil, "")
}
}
if user, err := GetUser(userId); err != nil {
return err
} else {