Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ttionya committed Jul 4, 2023
1 parent d4b7cca commit d31be62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,9 @@ Use [healthcheck.io](https://healthchecks.io/) url or similar cron monitoring to

#### MAIL_SMTP_ENABLE

The tool uses [heirloom-mailx](https://www.systutorials.com/docs/linux/man/1-heirloom-mailx/) to send mail.
Starting from v1.19.0, we will be using [`s-nail`](https://www.sdaoden.eu/code-nail.html) instead of [`heirloom-mailx`](https://www.systutorials.com/docs/linux/man/1-heirloom-mailx/) to send emails.

Please note that `heirloom-mailx` is a stub for `s-nail`, and most of its functionality is compatible. Therefore, you may not need to modify any environment variables for this change.

Default: `FALSE`

Expand All @@ -358,8 +360,6 @@ During testing, we will add the `-v` option to display detailed information.
-S from=<my-email-address>
```

For more information, refer to [here](https://www.systutorials.com/sending-email-from-mailx-command-in-linux-using-gmails-smtp/).

#### MAIL_TO

This specifies the recipient of the notification email.
Expand Down
6 changes: 3 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,9 @@ Rclone 全局参数,详见 [flags](https://rclone.org/flags/)。

#### MAIL_SMTP_ENABLE

本工具使用 [heirloom-mailx](https://www.systutorials.com/docs/linux/man/1-heirloom-mailx/) 发送邮件。
从 v1.19.0 开始,本工具使用 [`s-nail`](https://www.sdaoden.eu/code-nail.html) 代替 [`heirloom-mailx`](https://www.systutorials.com/docs/linux/man/1-heirloom-mailx/) 发送邮件。

请注意,`heirloom-mailx``s-nail` 的基础,它们大部分功能是兼容的。因此你可能不需要为这个改变修改任何环境变量。

默认值:`FALSE`

Expand All @@ -356,8 +358,6 @@ Rclone 全局参数,详见 [flags](https://rclone.org/flags/)。
-S from=<my-email-address>
```

[这里](https://www.systutorials.com/sending-email-from-mailx-command-in-linux-using-gmails-smtp/) 查看更多配置说明。

#### MAIL_TO

指定通知邮件的接收者。
Expand Down

0 comments on commit d31be62

Please sign in to comment.