1. spring-boot-starter-mail 라이브러리 추가 // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-mail implementation group: 'org.springframework.boot', name: 'spring-boot-starter-mail', version: '2.6.3' 2. application.properties 에 설정 세팅 spring.mail.host=smtp.gmail.com spring.mail.port=587 spring.mail.username= //구글 계정 xxxxxxxxxxx@google.com spring.mail.password= //구글 보안 ->..