This commit is contained in:
@@ -99,7 +99,7 @@ func SendHistorianReviewMail(dto *models.UserVerificationStorageEntity) error {
|
||||
}
|
||||
|
||||
return SendMail(dto.Email, subject, templatePath, map[string]string{
|
||||
"NAME": dto.Email,
|
||||
"NAME": dto.Name,
|
||||
"REASON": dto.ReviewNote,
|
||||
"APP_URL": feUrl,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user