Skip to content

Commit

Permalink
fix(docs): 修正邮箱配置 Update README.md (DIYgod#7360)
Browse files Browse the repository at this point in the history
  • Loading branch information
starsareintherose authored May 12, 2021
1 parent a87ecdf commit 8ca9a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`,请勿添加引号 `'``"`

- 吹牛部落 栏目更新

Expand Down

0 comments on commit 8ca9a7a

Please sign in to comment.