This commit is contained in:
2020-07-23 23:41:49 +00:00
parent 16a0553291
commit ba2576a533
2 changed files with 2 additions and 1 deletions

View File

@@ -260,6 +260,7 @@ namespace AyaNova.Biz
}
catch (Exception ex)
{
await NotifyEventProcessor.AddOpsProblemEvent("SMTP (TEST) Notification failed", ex);
return ExceptionUtil.ExtractAllExceptionMessages(ex);
}