메일기능 추가

This commit is contained in:
urp 2025-11-12 09:31:09 +09:00
parent dfc3f68da2
commit d7cd8f50af

View File

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