mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
replace the app name in the email with the one configured in the config file
This commit is contained in:
@@ -58,6 +58,7 @@ func (s *ForgetPasswordService) SendPasswordResetEmail(user *models.User, passwo
|
|||||||
}
|
}
|
||||||
|
|
||||||
templateParams := map[string]interface{}{
|
templateParams := map[string]interface{}{
|
||||||
|
"AppName": s.CurrentConfig().AppName,
|
||||||
"ForgetPasswordMail": map[string]interface{}{
|
"ForgetPasswordMail": map[string]interface{}{
|
||||||
"Title": forgetPasswordTextItems.Title,
|
"Title": forgetPasswordTextItems.Title,
|
||||||
"Salutation": fmt.Sprintf(forgetPasswordTextItems.SalutationFormat, user.Nickname),
|
"Salutation": fmt.Sprintf(forgetPasswordTextItems.SalutationFormat, user.Nickname),
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<body style="margin: 0; padding: 0 10px 0 10px">
|
<body style="margin: 0; padding: 0 10px 0 10px">
|
||||||
<table width="360px" border="0" cellspacing="0" cellpadding="0" style="width: 360px; border: 0; border-collapse: collapse; margin: 10px auto 5px auto;">
|
<table width="360px" border="0" cellspacing="0" cellpadding="0" style="width: 360px; border: 0; border-collapse: collapse; margin: 10px auto 5px auto;">
|
||||||
<tr>
|
<tr>
|
||||||
<td height="50" style="font-size: 20px; line-height: 50px"><strong>ezBookkeeping</strong></td>
|
<td height="50" style="font-size: 20px; line-height: 50px"><strong>{{.AppName}}</strong></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 10px 0 10px 0; border-top: solid 1px #ccc">
|
<td style="padding: 10px 0 10px 0; border-top: solid 1px #ccc">
|
||||||
|
|||||||
Reference in New Issue
Block a user