邮件模板修改调整
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-08-02 13:25:44 +08:00
parent cb53dbefcf
commit 826f8a670d
1 changed files with 2 additions and 6 deletions

View File

@ -177,9 +177,7 @@ namespace IRaCIS.Application.Services
var topicStr = string.Format(input.topicStr, companyName);
var htmlBodyStr = string.Format(ReplaceCompanyName(input.htmlBodyStr),
userName,
_localizer[mfaType == UserMFAType.Login ? "Mail_EmailMFALoginEmail" : "Mail_EmailMFAUnlockEmail"],
verificationCode
);
@ -218,7 +216,6 @@ namespace IRaCIS.Application.Services
userName,
//---您正在进行邮箱重置操作
_localizer["Mail_ResettingEmail"],
verificationCode
);
@ -258,7 +255,6 @@ namespace IRaCIS.Application.Services
"Sir/Madam",
//---您正在进行邮箱重置密码操作
_localizer["Mail_ResettingPassword"],
verificationCode
);
@ -302,7 +298,7 @@ namespace IRaCIS.Application.Services
"Sir/Madam",
//---您正在参与展影医疗IRC项目
_localizer["Mail_IRCProject", companyName],
companyName,
verificationCode
);
@ -344,7 +340,7 @@ namespace IRaCIS.Application.Services
"Sir/Madam",
//---您正在参与展影医疗IRC项目中心调研工作
_localizer["Mail_CenterResearchReminder", companyName],
companyName,
verificationCode
);