자바 메일1 Spring 회원가입 email 인증 1. Spring gradle 설정 implementation 'org.springframework.boot:spring-boot-starter-mail:2.x.x' 2. MailConfig 설정 Spring 에서 메일 서버를 사용하기 위해서는 메일 서버와 연결해야한다. Spring 내부에서 메일을 보내고 받는 것이 아닌 smtp 메일 서버를 사용해서 메일을 보내기 때문에 Spring에서 어떤 메일 서버와 연결하는지 서버 도메인 주소, 접속 가능한 아이디, 비밀번호가 필수로 있어야한다. → 네이버 설정에서 import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration;.. 2023. 4. 1. 이전 1 다음