Skip to content

Commit 1d30457

Browse files
committed
change test mail subject and body to 'Gitea Test Mail!'
Signed-off-by: Michael de Wit <[email protected]>
1 parent 8559d6f commit 1d30457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/mail.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func InitMailRender(tmpls *template.Template) {
4040

4141
// SendTestMail sends a test mail
4242
func SendTestMail(email string) error {
43-
return gomail.Send(&mailer.Sender{}, mailer.NewMessage([]string{email}, "Gogs Test Email!", "Gogs Test Email!").Message)
43+
return gomail.Send(&mailer.Sender{}, mailer.NewMessage([]string{email}, "Gitea Test Email!", "Gitea Test Email!").Message)
4444
}
4545

4646
// SendUserMail sends a mail to the user

0 commit comments

Comments
 (0)