From 4502f650f4816e55b5c7bf751ffce3aa0dce72dd Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期二, 14 十月 2025 18:13:07 +0800
Subject: [PATCH] 找回密码功能
---
ruoyi-admin/src/main/resources/application.yml | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index b50dfb0..bdf55c7 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -102,6 +102,24 @@
max-active: 8
# #杩炴帴姹犳渶澶ч樆濉炵瓑寰呮椂闂达紙浣跨敤璐熷�艰〃绀烘病鏈夐檺鍒讹級
max-wait: -1ms
+ #閭閰嶇疆
+ mail:
+ host: smtp.qq.com
+ port: 587
+ #閭
+ username: 3224414357@qq.com
+ #鎺堟潈鐮�
+ password: wmsreabbwlmacjhe
+ protocol: smtp
+ properties:
+# mail.debug: true
+ mail.smtp.auth: true
+ mail.smtp.starttls.enable: true
+ mail.smtp.starttls.required: true
+ mail.smtp.ehlo: true # 鍏抽敭淇
+ mail.smtp.ssl.trust: smtp.qq.com
+ mail.smtp.ssl.protocols: TLSv1.2
+ default-encoding: UTF-8
# token閰嶇疆
token:
@@ -158,3 +176,4 @@
+
--
Gitblit v1.9.1