This commit is contained in:
yumoqing 2025-12-16 22:23:56 +08:00
parent 7098d92f05
commit ae34c90f2f

View File

@ -12,7 +12,7 @@ CONF = {
"pop3server": os.getenv("POP3SERVER", ""),
"mail": os.getenv("MAIL", ""),
"password": os.getenv("PASSWORD", ""),
"from_mail": os.getenv("FROM_MAIL", "")
"from_mail": os.getenv("FROM_MAIL", ""),
"account_no": os.getenv("ACCOUNT_NO", "")
},
"wechat": {