mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 16:27:46 +09:00
발신번호 반려 시 메일 전송 테스트2
This commit is contained in:
@@ -661,7 +661,7 @@ public class SendNumMgtService {
|
|||||||
|
|
||||||
//3. 메일에 담을 내용 셋팅
|
//3. 메일에 담을 내용 셋팅
|
||||||
mailReqMap.put("applicationId", apiApplicationId);
|
mailReqMap.put("applicationId", apiApplicationId);
|
||||||
mailReqMap.put("apiAuthToken", apiAuthToken);
|
mailReqMap.put("authToken", apiAuthToken);
|
||||||
mailReqMap.put("rejectListSndrNo", sndrNoList);
|
mailReqMap.put("rejectListSndrNo", sndrNoList);
|
||||||
mailReqMap.put("rejectHtml", updateApprReqDto.getMemo());
|
mailReqMap.put("rejectHtml", updateApprReqDto.getMemo());
|
||||||
//이메일 수신자 가져오는 쿼리
|
//이메일 수신자 가져오는 쿼리
|
||||||
|
|||||||
Reference in New Issue
Block a user