From 274d0159c225629c2ddcd3404d45418037b81ad7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 4 Mar 2022 19:11:13 +0000 Subject: [PATCH] --- server/AyaNova/generator/CoreJobNotify.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/generator/CoreJobNotify.cs b/server/AyaNova/generator/CoreJobNotify.cs index 85b714ee..bda03038 100644 --- a/server/AyaNova/generator/CoreJobNotify.cs +++ b/server/AyaNova/generator/CoreJobNotify.cs @@ -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: