This commit is contained in:
@@ -380,7 +380,7 @@ namespace AyaNova.Biz
|
||||
var lastLog=log[log.Count-1];
|
||||
var lastLogJ=JObject.Parse(lastLog.StatusText);
|
||||
|
||||
//await m.SendEmailAsync(toAddress, "DEBUG Test from Notification system", "This is a DEBUG test to confirm notification system is working", ServerGlobalOpsSettingsCache.Notify);
|
||||
await m.SendEmailAsync(toAddress, "DEBUG Test from Notification system", "This is a DEBUG test to confirm notification system is working", ServerGlobalOpsSettingsCache.Notify);
|
||||
return "ok";
|
||||
}
|
||||
case JobStatus.Failed:
|
||||
|
||||
Reference in New Issue
Block a user