邮件用户名修改

Uat_Study
hang 2023-09-04 16:35:26 +08:00
parent 786367f9fe
commit 97cf5ce93c
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ namespace IRaCIS.Core.Application.Service
} }
else else
{ {
htmlBodyStr = htmlBodyStr.Replace(EmailNamePlaceholder, string.Join(isEn_us ? ", " : "、", toUserList.Select(t => t.FullName).ToList())); sendEmailConfig.HtmlBodyStr = htmlBodyStr.Replace(EmailNamePlaceholder, string.Join(isEn_us ? ", " : "、", toUserList.Select(t => t.FullName).ToList()));
} }
if (toUserList.Count() == 0) if (toUserList.Count() == 0)