Email enable

This commit is contained in:
shadowik 2023-05-18 10:04:09 +04:00
parent 0ef56a3f2a
commit b3253504a6

View File

@ -45,7 +45,7 @@ namespace Pizzeria
});
// todo Delete email to fine work
//var timer = new System.Threading.Timer(new TimerCallback(MailCheck!), null, 0, 100000);
var timer = new System.Threading.Timer(new TimerCallback(MailCheck!), null, 0, 100000);
}
catch (Exception ex)
{