初始化基金监控系统项目
This commit is contained in:
12
data/email_config.json
Normal file
12
data/email_config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"smtp_server": "smtp.qq.com",
|
||||
"smtp_port": 465,
|
||||
"smtp_secure": "ssl",
|
||||
"username": "768057005@qq.com",
|
||||
"password": "guyzqekhycnobdfe",
|
||||
"from_email": "768057005@qq.com",
|
||||
"from_name": "基金监控系统",
|
||||
"to_emails": [
|
||||
"1693710928@qq.com"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user