邮件发送

Uat_Study
hang 2023-09-19 15:18:40 +08:00
parent 79375f7106
commit 3e8794b335
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ namespace IRaCIS.Core.Application.Service
return (topicStr, htmlBodyStr, isEn_us, null);
};
await SendTrialEmailAsync(taskInfo.TrialId, businessScenarioEnum, topicAndHtmlFunc);
await SendTrialEmailAsync(taskInfo.TrialId, businessScenarioEnum, topicAndHtmlFunc, taskInfo.SiteId);
}
else
{