Skip to content

Commit

Permalink
Feat : 이메일 인증번호 요청 예외처리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhun0331 committed Aug 12, 2024
1 parent 291ea2b commit 5ad1b4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ commit.hash=local
# sending email setting
spring.mail.host=smtp.gmail.com
spring.mail.port=587
spring.mail.username=[email protected]
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.timeout=5000
spring.mail.properties.mail.smtp.starttls.enable=true
Expand Down

0 comments on commit 5ad1b4f

Please sign in to comment.