发件人使用人名
All checks were successful
Gitea Actions Demo / deploy (push) Successful in 11s

This commit is contained in:
konjacpotato
2026-02-15 16:13:43 +08:00
parent 5c3c429620
commit d8e6b58014

View File

@ -6,7 +6,7 @@ from log.log_manager import log
class MailManager: 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.sender_email = email
self.server = smtplib.SMTP('smtp.qq.com', 587) self.server = smtplib.SMTP('smtp.qq.com', 587)
self.server.starttls() # Secure the connection self.server.starttls() # Secure the connection