Commit 929e0ee1 by huluobin

正式环境邮件服务器端口修改

parent f5825da5
......@@ -58,13 +58,16 @@ spring:
host: smtp.qq.com
username: robbendev@qq.com
password: hccmfwhgcrnccagh
# properties:
# mail:
# smtp:
# auth: true
# starttls:
# enable: true
# required: true
properties:
mail:
smtp:
auth: true
ssl:
enable: true
required: true
port: 465
#项目属性
gogirl:
......
......@@ -59,13 +59,14 @@ spring:
host: smtp.qq.com
username: robbendev@qq.com
password: hccmfwhgcrnccagh
# properties:
# mail:
# smtp:
# auth: true
# starttls:
# enable: true
# required: true
properties:
mail:
smtp:
auth: true
ssl:
enable: true
required: true
port: 465
#项目属性
gogirl:
......
......@@ -44,13 +44,15 @@ spring:
host: smtp.qq.com
username: robbendev@qq.com
password: hccmfwhgcrnccagh
# properties:
# mail:
# smtp:
# auth: true
# starttls:
# enable: true
# required: true
properties:
mail:
smtp:
auth: true
ssl:
enable: true
required: true
port: 465
#redis配置
redis:
host: 127.0.0.1
......
......@@ -58,13 +58,15 @@ spring:
host: smtp.qq.com
username: robbendev@qq.com
password: hccmfwhgcrnccagh
# properties:
# mail:
# smtp:
# auth: true
# starttls:
# enable: true
# required: true
properties:
mail:
smtp:
auth: true
ssl:
enable: true
required: true
port: 465
#项目属性
gogirl:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment