|
@@ -93,24 +93,24 @@ spring:
|
|
|
max-wait: -1ms
|
|
|
# 邮箱配置
|
|
|
mail:
|
|
|
- host: smtpout.basf-it-services.com
|
|
|
- protocol: smtp
|
|
|
- default-encoding: UTF-8
|
|
|
- password:
|
|
|
- username:
|
|
|
- port: 25
|
|
|
- properties.mail.stmp.socketFactory.class: javax.net.ssl.SSLSocketFactory
|
|
|
- properties.mail.debug: true
|
|
|
- from: CPMS.byc@BASF-YPC.com.cn
|
|
|
-# host: smtp.exmail.qq.com
|
|
|
+# host: smtpout.basf-it-services.com
|
|
|
# protocol: smtp
|
|
|
# default-encoding: UTF-8
|
|
|
-# password: vvTAT8hciG7FLk4C
|
|
|
-# username: email@seashoreept.com
|
|
|
-# port: 587
|
|
|
+# password:
|
|
|
+# username:
|
|
|
+# port: 25
|
|
|
# properties.mail.stmp.socketFactory.class: javax.net.ssl.SSLSocketFactory
|
|
|
# properties.mail.debug: true
|
|
|
-# from: email@seashoreept.com
|
|
|
+# from: CPMS.byc@BASF-YPC.com.cn
|
|
|
+ host: smtp.exmail.qq.com
|
|
|
+ protocol: smtp
|
|
|
+ default-encoding: UTF-8
|
|
|
+ password: vvTAT8hciG7FLk4C
|
|
|
+ username: email@seashoreept.com
|
|
|
+ port: 587
|
|
|
+ properties.mail.stmp.socketFactory.class: javax.net.ssl.SSLSocketFactory
|
|
|
+ properties.mail.debug: true
|
|
|
+ from: email@seashoreept.com
|
|
|
# token配置
|
|
|
token:
|
|
|
# 令牌自定义标识
|