This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user