Skip to content

Commit

Permalink
Docs(web): 📚 Update pusher
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Mar 3, 2024
1 parent f117845 commit 1af278e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/docs/toolbox/pusher.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Variable name|Required|Default|Description
:-: | :-: | :-: | :-:
MAIL_SMTP|True|""|Email SMTP server
MAIL_PORT|False|465|Email SMTP server port
MAIL_SSL|False|True|Whether to use SSL
MAIL_STARTTLS|False|False|Whether to use TLS
MAIL_USER|True|""|Email username
MAIL_PASSWORD|True|""|Email password
MAIL_FROM|False|MAIL_USER|The Email used when sending, the default is the same as MAIL_USER
Expand Down
2 changes: 2 additions & 0 deletions web/docs/zh_CN/toolbox/pusher.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ QD 框架提供以下推送方式:
:-: | :-: | :-: | :-:
MAIL_SMTP|是|""|邮箱SMTP服务器
MAIL_PORT|否|465|邮箱SMTP服务器端口
MAIL_SSL|否|True|是否使用SSL
MAIL_STARTTLS|否|False|是否使用STARTTLS
MAIL_USER|是|""|邮箱用户名
MAIL_PASSWORD|是|""|邮箱密码
MAIL_FROM|否|MAIL_USER|发送时使用的邮箱,默认与MAIL_USER相同
Expand Down

0 comments on commit 1af278e

Please sign in to comment.