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

View File

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