fix(docs): 修正邮箱配置 Update README.md (#7360)

This commit is contained in:
月季花中的星辰 2021-05-13 03:35:19 +08:00 committed by GitHub
parent a87ecdfed2
commit 8ca9a7ab05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -534,9 +534,9 @@ RSSHub 支持使用访问密钥 / 码,白名单和黑名单三种方式进行
- 邮箱 邮件列表路由:
- `EMAIL_CONFIG_{email}`: 邮箱设置,替换 `{email}` 为 邮箱账号,邮件账户的 `@` 替换为 `.`,例如 `EMAIL_CONFIG_xxx.qq.com`。内容格式为 `password=密码&host=服务器&port=端口`,例如:
- `EMAIL_CONFIG_{email}`: 邮箱设置,替换 `{email}` 为 邮箱账号,邮件账户的 `@` 替换为 `.`,例如 `EMAIL_CONFIG_xxx.qq.com`Linux内容格式为 `password=密码&host=服务器&port=端口`docker内容格式为 `password=密码\&host=服务器\&port=端口`,例如:
- Linux 环境变量:`EMAIL_CONFIG_xxx.qq.com="password=123456&host=imap.qq.com&port=993"`
- docker 环境变量:`EMAIL_CONFIG_xxx.qq.com=password=123456&host=imap.qq.com&port=993`,请勿添加引号 `'``"`。
- docker 环境变量:`EMAIL_CONFIG_xxx.qq.com=password=123456\&host=imap.qq.com\&port=993`,请勿添加引号 `'``"`。
- 吹牛部落 栏目更新