반응형 th:text1 [Kotlin] Thymeleaf을 사용한 html 템플릿 이메일 보내기 2022.09.26 - [Kotlin] - [Kotlin] Spring Boot Email 보내기, 이메일 전송 [Kotlin] Spring Boot Email 보내기, 이메일 전송 ✔의존성 추가 implementation("org.springframework.boot:spring-boot-starter-mail:2.6.7") ✔application.yml mail : host : outbound.daouoffice.com(SMTP host) port : 25 username : 사용자 이메일 password.. eggwhite0.tistory.com 이전 포스팅 글은 그냥 텍스트를 적어서 보냈는데 html 템플릿을 적용해서 보내고 싶으면 간단하게 설정만 하면 된다 ✔ thymeleaf 추가 implem.. 2022. 9. 29. 이전 1 다음 반응형