From 78a173f85f8a4666d83cf8d900f04dd9f8e3e127 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 17 六月 2025 08:53:12 +0800
Subject: [PATCH] 提交一把订单
---
server/service/src/main/resources/application-pro.yml | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/server/service/src/main/resources/application-pro.yml b/server/service/src/main/resources/application-pro.yml
index 674c5ad..9f59485 100644
--- a/server/service/src/main/resources/application-pro.yml
+++ b/server/service/src/main/resources/application-pro.yml
@@ -21,13 +21,16 @@
mail:
default-encoding: UTF-8
host: smtp.exmail.qq.com
- username: wx@yyb.red
- password: U7id5wLg6XsTmmKn
- port: 587
+ username: kefu@yyb.red
+ password: 5CGaprcdshS7bHaM
+ port: 465
properties:
mail:
smtp:
auth: true
+ starttls:
+ enable: true
+ required: true
redis:
# database: 0
--
Gitblit v1.9.3