From 48cba9499511ff9b1ec875f3ea35f2fa9892d7b1 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 31 Jul 2024 09:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E7=A7=B0=E5=91=BC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Common/MailService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Common/MailService.cs b/IRaCIS.Core.Application/Service/Common/MailService.cs index 7850b7e38..190d0446a 100644 --- a/IRaCIS.Core.Application/Service/Common/MailService.cs +++ b/IRaCIS.Core.Application/Service/Common/MailService.cs @@ -256,7 +256,7 @@ namespace IRaCIS.Application.Services var htmlBodyStr = string.Format(ReplaceCompanyName(input.htmlBodyStr), - "", + "Sir/Madam", //---您正在进行邮箱重置密码操作 _localizer["Mail_ResettingPassword"], verificationCode @@ -300,7 +300,7 @@ namespace IRaCIS.Application.Services var htmlBodyStr = string.Format(ReplaceCompanyName(input.htmlBodyStr), - "Sir or Madam", + "Sir/Madam", //---您正在参与展影医疗IRC项目 _localizer["Mail_IRCProject", companyName], verificationCode @@ -342,7 +342,7 @@ namespace IRaCIS.Application.Services var htmlBodyStr = string.Format(ReplaceCompanyName(input.htmlBodyStr), - "Sir or Madam", + "Sir/Madam", //---您正在参与展影医疗IRC项目中心调研工作 _localizer["Mail_CenterResearchReminder", companyName], verificationCode