This commit is contained in:
yumoqing 2025-12-16 21:09:34 +08:00
parent 0b8d9f4bd6
commit 2849847d79

View File

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