浏览代码

feat:update

jerry 2 月之前
父节点
当前提交
65c47b1e05
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/services/email_authorizations_service.py

+ 1 - 1
app/services/email_authorizations_service.py

@@ -848,7 +848,7 @@ class EmailAuthorizationService:
                 # 4. 发送邮件 (SMTP)
                 EmailAuthorizationService.send_email_smtp(auth, msg)
                 
-                return f"邮件 '{subject}' (UID: {target_uid}) 已成功转发至: {forward_to}"
+                return f"邮件 '{target_subject}' (UID: {target_uid}) 已成功转发至: {forward_to}"
                 
             except Exception as e:
                 logger.error(f"IMAP Forward Error: {e}")