This commit is contained in:
huangzhenpc
2025-02-26 16:56:29 +08:00
parent eb4333305a
commit efca3d001d

View File

@@ -188,7 +188,8 @@ class MailStore:
body_text=body_text,
body_html=body_html,
)
logging.debug(f"创建邮件记录: {email_obj}")
# 提取验证码和验证链接
email_obj.extract_verification_data()