-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. 临时去重定期删除过期的值 2. eamil错别字改为email 3. 修复自定义配置对报警及代理不生效的问题
- Loading branch information
1 parent
5e2372b
commit b14b853
Showing
7 changed files
with
52 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,12 +46,12 @@ WECHAT_WARNING_ALL = False # 是否提示所有人, 默认为False | |
|
||
``` | ||
# 邮件报警 | ||
EAMIL_SENDER = "" # 发件人 | ||
EAMIL_PASSWORD = "" # 授权码 | ||
EMAIL_SENDER = "" # 发件人 | ||
EMAIL_PASSWORD = "" # 授权码 | ||
EMAIL_RECEIVER = "" # 收件人 支持列表,可指定多个 | ||
``` | ||
|
||
邮件报警目前支持163邮箱作为发送者,`EAMIL_SENDER`为邮箱账号,如`[email protected]`, `EAMIL_PASSWORD`为授权码,不是登录密码,获取授权码的流程如下: | ||
邮件报警目前支持163邮箱作为发送者,`EMAIL_SENDER`为邮箱账号,如`[email protected]`, `EMAIL_PASSWORD`为授权码,不是登录密码,获取授权码的流程如下: | ||
|
||
1. 设置 -> POP3/SMTP/IMAP | ||
|
||
|
@@ -61,7 +61,7 @@ EMAIL_RECEIVER = "" # 收件人 支持列表,可指定多个 | |
|
||
![-w444](http://markdown-media.oss-cn-beijing.aliyuncs.com/2021/03/27/16167719490656.jpg) | ||
|
||
开启后,会弹出授权码,该授权码即为EAMIL_PASSWORD | ||
开启后,会弹出授权码,该授权码即为EMAIL_PASSWORD | ||
|
||
3. 设置反垃圾规则为高级 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters