summaryrefslogtreecommitdiffstats
path: root/models/mail.go
diff options
context:
space:
mode:
authorMichael de Wit <mjwwit@gmail.com>2016-12-20 09:34:50 +0100
committerMichael de Wit <mjwwit@gmail.com>2016-12-20 09:34:50 +0100
commit1d30457a943f5cb24fe28546d122ddeab960a180 (patch)
tree0545a9627953532a7e9947f59a545fc6671e2b42 /models/mail.go
parent8559d6f267324241496b8611bc8e6f76efe869b7 (diff)
downloadgitea-1d30457a943f5cb24fe28546d122ddeab960a180.tar.gz
gitea-1d30457a943f5cb24fe28546d122ddeab960a180.zip
change test mail subject and body to 'Gitea Test Mail!'
Signed-off-by: Michael de Wit <mjwwit@gmail.com>
Diffstat (limited to 'models/mail.go')
-rw-r--r--models/mail.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/mail.go b/models/mail.go
index a5e9bd551f..8f54d6651f 100644
--- a/models/mail.go
+++ b/models/mail.go
@@ -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