|
@@ -38,12 +38,11 @@ spring:
|
|
|
maxRequestSize: "1000MB"
|
|
maxRequestSize: "1000MB"
|
|
|
mail:
|
|
mail:
|
|
|
host: smtp.qq.com #发送邮件服务器
|
|
host: smtp.qq.com #发送邮件服务器
|
|
|
- username: 3254194295@qq.com #发送邮件的邮箱地址
|
|
|
|
|
- password: nexgiwlizaenchaj
|
|
|
|
|
- #password: aycpczvrnthpbgie #客户端授权码,不是邮箱密码,这个在qq邮箱设置里面自动生成的
|
|
|
|
|
|
|
+ username: 3788965497@qq.com #发送邮件的邮箱地址
|
|
|
|
|
+ password: vhovjytglbkrcbjc #客户端授权码,不是邮箱密码,这个在qq邮箱设置里面自动生成的
|
|
|
#password: p8ba59KF8wijE7yU
|
|
#password: p8ba59KF8wijE7yU
|
|
|
properties.mail.smtp.port: 465 #端口号465或587
|
|
properties.mail.smtp.port: 465 #端口号465或587
|
|
|
- from: 3254194295@qq.com # 发送邮件的地址,和上面username一致
|
|
|
|
|
|
|
+ from: 3788965497@qq.com # 发送邮件的地址,和上面username一致
|
|
|
properties.mail.smtp.starttls.enable: true
|
|
properties.mail.smtp.starttls.enable: true
|
|
|
properties.mail.smtp.starttls.required: true
|
|
properties.mail.smtp.starttls.required: true
|
|
|
properties.mail.smtp.ssl.enable: true
|
|
properties.mail.smtp.ssl.enable: true
|