[script]邮件服务器设置注意
This commit is contained in:
@@ -37,8 +37,10 @@ spring:
|
|||||||
database: mysql
|
database: mysql
|
||||||
|
|
||||||
mail:
|
mail:
|
||||||
|
# 请注意邮件服务器地址:qq邮箱为 smtp.qq.com qq企业邮箱为 smtp.exmail.qq.com
|
||||||
host: smtp.exmail.qq.com
|
host: smtp.exmail.qq.com
|
||||||
username: example@tancloud.cn
|
username: example@tancloud.cn
|
||||||
|
# 请注意此非邮箱账户密码 此需填写邮箱授权码
|
||||||
password: example
|
password: example
|
||||||
port: 465
|
port: 465
|
||||||
default-encoding: UTF-8
|
default-encoding: UTF-8
|
||||||
|
|||||||
@@ -37,9 +37,11 @@ spring:
|
|||||||
database: mysql
|
database: mysql
|
||||||
|
|
||||||
mail:
|
mail:
|
||||||
|
# 请注意邮件服务器地址:qq邮箱为 smtp.qq.com qq企业邮箱为 smtp.exmail.qq.com
|
||||||
host: smtp.exmail.qq.com
|
host: smtp.exmail.qq.com
|
||||||
username: example@qq.com
|
username: example@qq.com
|
||||||
password: example
|
# 请注意此非邮箱账户密码 此需填写邮箱授权码
|
||||||
|
password: woshigongchao123
|
||||||
port: 465
|
port: 465
|
||||||
default-encoding: UTF-8
|
default-encoding: UTF-8
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user