메일기능 추가
This commit is contained in:
parent
dfc3f68da2
commit
d7cd8f50af
@ -81,12 +81,12 @@ public class MailKaTalkSendJob implements Job
|
|||||||
// 메일 처리
|
// 메일 처리
|
||||||
if(tempMap.get("procTy").equals("1"))
|
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"))
|
strProcRsltCn = htmlEmailUtil.send( CommonUtil.nvl(tempMap.get("rcvrAddr"))
|
||||||
, CommonUtil.nvl(tempMap.get("ttl"))
|
, CommonUtil.nvl(tempMap.get("ttl"))
|
||||||
, CommonUtil.nvl(tempMap.get("bdy")) );
|
, CommonUtil.nvl(tempMap.get("bdy")) );
|
||||||
*/
|
|
||||||
|
|
||||||
strProcRsltCd = (strProcRsltCn.equals("")) ? "0" : "-1";
|
strProcRsltCd = (strProcRsltCn.equals("")) ? "0" : "-1";
|
||||||
}
|
}
|
||||||
// 카톡처리
|
// 카톡처리
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user