--- title: epicgames-config配置文件 date: 2024-11-23T22:11:23+08:00 lastmod: 2025-10-25T13:29:30+08:00 --- # epicgames-config配置文件   Gmail开启STMP服务   配置应用密码[配置地址](https://support.google.com/accounts/answer/185833)   邮箱stmp密码`qbmg xqmh naue mswo`   ​`zhensolid@gmail.com邮箱会将收到的信息发送给zhensolid@vip.qq.com` ```json { "runOnStartup": true, "timezone": "Asia/Shanghai", "cronSchedule": "0 0,6,12,18 * * *", "logLevel": "info", "testNotifiers": true, "webPortalConfig": { "baseUrl": "http://139.185.41.147:3100" }, "accounts": [ { "email": "zhensolid@vip.qq.com", "password": "你的Epic密码" } ], "notifiers": [ { "type": "email", "smtpHost": "smtp.gmail.com", "smtpPort": 587, "emailSenderAddress": "zhensolid@gmail.com", "emailSenderName": "Epic Games Captchas", "emailRecipientAddress": "zhensolid@vip.qq.com", "secure": false, "auth": { "user": "zhensolid@gmail.com", "pass": "qbmgxqmhnauemswo" } }, { "type": "telegram", "apiUrl": "https://api.telegram.org", "token": "6901449744:AAG9BwE-fRiMY9_YKOmuNnoZqR2achoqMN4", "chatId": "793442820" }, { "type":"webhook", "url":"https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=YOUR_WEBHOOK_KEY", "headers": { "Content-Type": "application/json" } } ] } ```