邮件添加

This commit is contained in:
he
2025-10-23 14:58:28 +08:00
parent fb0fd7d91f
commit 54bb66f738
2 changed files with 16 additions and 0 deletions
@@ -96,6 +96,10 @@ namespace IRaCIS.Core.Application.Service
private readonly SystemEmailSendConfig _systemEmailConfig = systemEmailConfig.CurrentValue;
//public async Task<object> GetEmailList()
//{
//}
private async Task<EmailNoticeConfig> GetEmailSubejctAndHtmlInfoAndBuildAsync(EmailBusinessScenario scenario, MimeMessage messageToSend,
Func<(string topicStr, string htmlBodyStr), (string topicStr, string htmlBodyStr)> emailFunc)
{