This commit is contained in:
chi
2025-04-18 09:26:39 +09:00
parent 66ef51f814
commit 930e09400d
15 changed files with 282 additions and 206 deletions

View File

@@ -71,7 +71,7 @@ namespace Project
while (bBW)
{
ServerUtil.IsMailserver = ServerUtil.SendmailSet();
if (ServerUtil.IsMailserver && System.Diagnostics.Debugger.IsAttached == false)
if (ServerUtil.IsMailserver)
{
//메일대기내역전송
var tsSendMail = DateTime.Now - ChkSendMailTime;