From: Peter Date: Wed, 17 Dec 2014 15:42:31 +0000 (+0200) Subject: Template for email activation email X-Git-Tag: v0.9.99~1567^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f34b04cfc09a3bf0d18c7c4d8950869a252f0a28;p=gitea.git Template for email activation email --- diff --git a/templates/mail/auth/activate_email.tmpl b/templates/mail/auth/activate_email.tmpl new file mode 100644 index 0000000000..24bbf89d05 --- /dev/null +++ b/templates/mail/auth/activate_email.tmpl @@ -0,0 +1,30 @@ + +{{.User.Name}}, please activate your e-mail address + + +
+
+
+
+

{{.AppName}}

+
+
+ Hi {{.User.Name}}, +
+
+

Please click the following link to verify your e-mail address within {{.ActiveCodeLives}} hours.

+

+ {{.AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}} +

+

Not working? Try copying and pasting it to your browser.

+
+
+
+
+
+ © 2014 Gogs: Go Git Service +
+
+
+ + \ No newline at end of file