HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
🔖
강력3팀 : 링북(LinkBook)
/
⚙️
백엔드 개발 기록
/
📮
application-mail.yaml
📮

application-mail.yaml

 
spring: mail: host: smtp.gmail.com port: 587 protocol: smtp default-encoding: UTF-8 username: devcourse.linkbook@gmail.com password: rpivzbfjzleyfmac properties: mail: smtp: auth: true starttls: enable: true required: true