Skip to content

Commit

Permalink
chore: smtp port 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
qormoon committed Jun 26, 2024
1 parent 17cc25e commit 32d636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spring:

mail:
host: smtp.naver.com
port: 465
port: 587
username: ${{ secrets.MAIL_USERNAME }}
password: ${{ secrets.MAIL_PASSWORD }}
properties:
Expand Down

0 comments on commit 32d636f

Please sign in to comment.