NCP (1) 썸네일형 리스트형 Springboot Cloud Outbound Mailer 연동하기 Cloud outBound Mailer API 연동하는 것에 대한 자료가 많이 없는 것같아서 이 기회에 기록을 남겨보려고 한다. 네이버 클라우드의 Cloud Outbound Mailer 서비스를 신청하여 이용가능한 사람만 보길 권장한다. 먼저 연동하기 위해 늘 그러듯 Key가 필요하다. 필요한 키. 1. accessKey 2. secretKey 신규 API 인증키 생성을 해준다. 그리고 Access Key Id 와 Secret Key 를 기억하자. 이제 API 요청을 위해 헤더에 기본값들을 넣어주자. @Component public class WebClientConfig { public WebClient webClientMail() throws UnsupportedEncodingException, NoS.. 이전 1 다음