From 15286a9ab39823ddbbf682e1049f39dfc5dd024f Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 16 六月 2025 18:16:50 +0800
Subject: [PATCH] git ch
---
server/service/src/main/resources/application-pro.yml | 8 +++++---
1 files changed, 5 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..fed6c27 100644
--- a/server/service/src/main/resources/application-pro.yml
+++ b/server/service/src/main/resources/application-pro.yml
@@ -21,13 +21,15 @@
mail:
default-encoding: UTF-8
host: smtp.exmail.qq.com
- username: wx@yyb.red
- password: U7id5wLg6XsTmmKn
- port: 587
+ username: kefu@yyb.red
+ password: 5CGaprcdshS7bHaM
properties:
mail:
smtp:
auth: true
+ starttls:
+ enable: true
+ required: true
redis:
# database: 0
--
Gitblit v1.9.3