From d8e6b58014619df7a5948e0fb970c335c4fea362 Mon Sep 17 00:00:00 2001 From: konjacpotato Date: Sun, 15 Feb 2026 16:13:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E4=BB=B6=E4=BA=BA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E4=BA=BA=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mail/mail_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/mail_manager.py b/mail/mail_manager.py index 33e5fd7..9793211 100644 --- a/mail/mail_manager.py +++ b/mail/mail_manager.py @@ -6,7 +6,7 @@ from log.log_manager import log class MailManager: - def __init__(self, email: str = "1026090807@qq.com", password: str = "hqorvminmnuubebf"): + def __init__(self, email: str = "Arlo", password: str = "hqorvminmnuubebf"): self.sender_email = email self.server = smtplib.SMTP('smtp.qq.com', 587) self.server.starttls() # Secure the connection