From 90d3dad8c8de45351e3d4ec24f35fe546db928fd Mon Sep 17 00:00:00 2001 From: DLmaster Date: Mon, 10 Feb 2025 11:29:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(services):=20=E4=BF=AE=E5=A4=8D=E9=82=AE?= =?UTF-8?q?=E7=AE=B1=E5=8F=91=E4=BF=A1=E4=BA=BA=E4=BF=A1=E6=81=AF=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/notification.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/services/notification.py b/app/services/notification.py index 7f373bf..4f21411 100644 --- a/app/services/notification.py +++ b/app/services/notification.py @@ -68,7 +68,9 @@ class Notification: message["From"] = formataddr( ( Header("AUTO_MAA通知服务", "utf-8").encode(), - "AUTO_MAA_server@163.com", + Config.global_config.get( + Config.global_config.notify_FromAddress + ), ) ) # 发件人显示的名字 message["To"] = formataddr(