From d573822ecbc95b29700fec3ced62779e9f8fdf20 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Mon, 11 Jan 2021 12:59:04 -0800 Subject: [PATCH] Add instructions for reporting SMTP notify-hook bugs --- notify.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notify.md b/notify.md index 62d5338..69173d8 100644 --- a/notify.md +++ b/notify.md @@ -365,6 +365,8 @@ To omit default color set variable value to any non xdigit character, eg. `TEAMS acme.sh can send email notifications by connecting directly to an SMTP mail server. Most commercial email service providers (ESPs) and corporate email systems support sending through SMTP, including Amazon SES, GSuite/Google Workspaces, Outlook.com, and others. +Please report bugs in the SMTP notify hook in [issue #3358](https://github.com/acmesh-official/acme.sh/issues/3358). + > SMTP support is pending merge of PR [#3330](https://github.com/acmesh-official/acme.sh/pull/3330). To try it out before that, grab the updated [acme.sh/notify/smtp.sh](https://github.com/medmunds/acme.sh/blob/feature/notify-smtp/notify/smtp.sh) from the pull request. SMTP notifications in acme.sh require Python (2.7 or 3) on the machine where you run acme.sh. (If you don't have Python available, you may be able to use [mail notifications](#3-set-notification-for-mail) instead.)