From 777bcb6c5660c0ed14d85207377b62b779d81dde Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:55 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
server/services/src/main/resources/application-dev.yml | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/server/services/src/main/resources/application-dev.yml b/server/services/src/main/resources/application-dev.yml
index 8136219..673f0ff 100644
--- a/server/services/src/main/resources/application-dev.yml
+++ b/server/services/src/main/resources/application-dev.yml
@@ -34,17 +34,21 @@
# enable: true
# required: true
mail:
- host: smtp.exmail.qq.com
- username: jp@doumee.com
- password: 2Jz9HFW2U7vRnCRu
+ host: smtp.qq.com
+ port: 465
+ username: 1171472578@qq.com
+ password: bxecisqcmdauibgb
default-encoding: UTF-8
properties:
mail:
smtp:
auth: true
- starttls:
- enable: true
- required: true
+ ssl:
+ enable: true
+ trust: smtp.qq.com
+ socketFactory:
+ class: javax.net.ssl.SSLSocketFactory
+ port: 465
debug_model: true
--
Gitblit v1.9.3