This commit is contained in:
yumoqing 2025-12-16 22:33:07 +08:00
parent ae34c90f2f
commit 7cbd721319

View File

@ -64,7 +64,7 @@ class EmailClient:
return content return content
class TransferGateway(Gateway): class TransferGateway(Gateway):
def __init__(self, from_mail="", pop3server="", email="", password="", account_no): def __init__(self, from_mail="", pop3server="", email="", password="", account_no=""):
self.from_email = from_email self.from_email = from_email
self.pop3server = pop3server self.pop3server = pop3server
self.email = email self.email = email