메일송신금지

This commit is contained in:
nhj 2025-09-01 18:21:42 +09:00
parent f92e60d10d
commit 6ce03c85bd

View File

@ -81,9 +81,11 @@ public class MailKaTalkSendJob implements Job
// 메일 처리
if(tempMap.get("procTy").equals("1"))
{
/* 2025.09.01 메일보내기 잠시 Stop
strProcRsltCn = htmlEmailUtil.send( CommonUtil.nvl(tempMap.get("rcvrAddr"))
, CommonUtil.nvl(tempMap.get("ttl"))
, CommonUtil.nvl(tempMap.get("bdy")) );
*/
strProcRsltCd = (strProcRsltCn.equals("")) ? "0" : "-1";
}