메일송신금지
This commit is contained in:
parent
f92e60d10d
commit
6ce03c85bd
@ -81,9 +81,11 @@ public class MailKaTalkSendJob implements Job
|
|||||||
// 메일 처리
|
// 메일 처리
|
||||||
if(tempMap.get("procTy").equals("1"))
|
if(tempMap.get("procTy").equals("1"))
|
||||||
{
|
{
|
||||||
|
/* 2025.09.01 메일보내기 잠시 Stop
|
||||||
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