mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-22 20:53:40 +09:00
enhance: improve e-mail templates (#38396)
Co-authored-by: bircni <bircni@icloud.com>
This commit is contained in:
@@ -17,10 +17,10 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
mailAuthActivate templates.TplName = "user/auth/activate"
|
||||
mailAuthActivateEmail templates.TplName = "user/auth/activate_email"
|
||||
mailAuthResetPassword templates.TplName = "user/auth/reset_passwd"
|
||||
mailAuthRegisterNotify templates.TplName = "user/auth/register_notify"
|
||||
mailAuthActivate templates.TplName = "mail/user/auth/activate"
|
||||
mailAuthActivateEmail templates.TplName = "mail/user/auth/activate_email"
|
||||
mailAuthResetPassword templates.TplName = "mail/user/auth/reset_passwd"
|
||||
mailAuthRegisterNotify templates.TplName = "mail/user/auth/register_notify"
|
||||
)
|
||||
|
||||
// sendUserMail sends a mail to the user
|
||||
|
||||
Reference in New Issue
Block a user