手动发送邮件

This commit is contained in:
2023-02-28 16:39:25 +08:00
parent 752d47c023
commit 1a39de861b
6 changed files with 292 additions and 24 deletions
@@ -31,7 +31,7 @@ namespace IRaCIS.Core.API
//周期性任务,1天执行一次
RecurringJob.AddOrUpdate<IIRaCISCacheHangfireJob>(t => t.MemoryCacheTrialStatus(), Cron.Daily);
RecurringJob.AddOrUpdate<IIRaCISCacheHangfireJob>(t => t.ProjectStartCache(), Cron.Daily);
#endregion