Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions manual/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ SeaTable API 库介绍:
* [Links](links.md)
* [Columns](columns.md)
* [Files](files.md)
* [message](message.md)
* [Account](account.md)
* [Context](context.md)
* [Constants](constants.md): 一些常量定义
Expand Down
1 change: 0 additions & 1 deletion manual/python/message.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ base.send_email(account_name, msg, **kwargs)
* from:发件人, 如果未设置,默认邮箱服务器的 host_user
* copy_to: 抄送方邮件, 可以是列表包含多个邮件
* reply_to: 回复邮件
* quit_after_send: True 或者 False, 默认是 False。 发送完成之后是否关闭与服务器的链接。

**例子**

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ nav:
- Links: python/links.md
- Columns: python/columns.md
- Files: python/files.md
- Message: python/message.md
- Account: python/account.md
- Constants: python/constants.md
- Context: python/context.md
Expand Down