회원 이메일 발송 건수 15분 단위로 기존 200건 -> 500건으로 변경
This commit is contained in:
parent
394fd08094
commit
22f5be522c
@ -4814,7 +4814,7 @@ public class EgovBBSManageController {
|
||||
|
||||
try {
|
||||
// 이용약관 회원 전체발송
|
||||
//mjonNoticeSendUtil.userAllTermsEmailSend();
|
||||
mjonNoticeSendUtil.userAllTermsEmailSend();
|
||||
}
|
||||
catch(Exception e) {
|
||||
isSuccess = false;
|
||||
|
||||
@ -503,7 +503,7 @@ public class MjonNoticeSendUtil {
|
||||
mailSender.setContents(emailContents);
|
||||
|
||||
// Step2. 발송대상자 List
|
||||
termsVO.setRecordCountPerPage(200);
|
||||
termsVO.setRecordCountPerPage(500);
|
||||
List<TermsVO> resultList = new ArrayList<TermsVO>();
|
||||
resultList = egovSiteManagerService.selectTermsEmailTargetList(termsVO);
|
||||
for(TermsVO item : resultList) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user