From cb9b54a08971efd0c3dfd8a55b777b3157879aa4 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 25 Mar 2024 15:27:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6title=20=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Common/MailService.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Common/MailService.cs b/IRaCIS.Core.Application/Service/Common/MailService.cs index 41cd0b2fc..4ebc148eb 100644 --- a/IRaCIS.Core.Application/Service/Common/MailService.cs +++ b/IRaCIS.Core.Application/Service/Common/MailService.cs @@ -123,9 +123,10 @@ namespace IRaCIS.Application.Services builder.HtmlBody = string.Format(ReplaceCompanyName(templateInfo), + userName, //---尊敬的 - _localizer["Mail_Dear", userName], - //---您正在进行邮箱重置操作 + //_localizer["Mail_Dear", userName], + //---您正在进行邮箱重置操作 _localizer["Mail_ResettingEmail"], verificationCode );