Merge pull request #422 from mjwwit/master

Change test mail subject and body to 'Gitea Test Mail!'
This commit is contained in:
Andrey Nering 2016-12-20 10:15:03 -02:00 коммит произвёл GitHub
Родитель 6ade13e86e 1d30457a94
Коммит 952587dbae
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -40,7 +40,7 @@ func InitMailRender(tmpls *template.Template) {
// SendTestMail sends a test mail
func SendTestMail(email string) error {
return gomail.Send(&mailer.Sender{}, mailer.NewMessage([]string{email}, "Gogs Test Email!", "Gogs Test Email!").Message)
return gomail.Send(&mailer.Sender{}, mailer.NewMessage([]string{email}, "Gitea Test Email!", "Gitea Test Email!").Message)
}
// SendUserMail sends a mail to the user