File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11spring :
22 application :
33 name : codeplay
4- mail :
5- host : smtp.gmail.com
6- port : 587
7- username : ${SPRING_MAIL_USERNAME} # 이메일 계정
8- password : ${SPRING_MAIL_PASSWORD}
9- protocol : smtp
10- properties :
11- mail :
12- smtp :
13- auth : true
14- starttls :
15- enable : true
4+ mail :
5+ host : smtp.gmail.com
6+ port : 587
7+ username : ${SPRING_MAIL_USERNAME} # 이메일 계정
8+ password : ${SPRING_MAIL_PASSWORD}
9+ protocol : smtp
10+ properties :
11+ mail :
12+ smtp :
13+ auth : true
14+ starttls :
15+ enable : true
1616
1717 config :
1818 import :
Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ spring:
88 password : ${SPRING_MAIL_PASSWORD}
99 protocol : smtp
1010 properties :
11- mail :
12- smtp :
13- auth : true
14- starttls :
15- enable : true
16-
11+ mail :
12+ smtp :
13+ auth : true
14+ starttls :
15+ enable : true
1716
1817 config :
1918 import :
You can’t perform that action at this time.
0 commit comments