case 3808

This commit is contained in:
2020-08-17 18:29:32 +00:00
parent e87ca457a6
commit 221668da80

View File

@@ -258,7 +258,9 @@ namespace GZTW.AyaNova.BLL
//case 1382
case RootObjectTypes.Nothing:
{
return "SMTP connection failure";
//return "SMTP connection failure";
//case 3808
return "SMTP";//there are now many items logged as SMTP due to this case that aren't errors so just return smtp instead
}