From eec64ddfa29e5d88ef98fdbd99d3010a22e33f73 Mon Sep 17 00:00:00 2001 From: "bt.cn" <31841517+aaPanel@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:13:06 +0800 Subject: [PATCH] Optimize the prompt after opening SSH login reminder --- class/send_mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/send_mail.py b/class/send_mail.py index 84d7ede9..8e2180b6 100644 --- a/class/send_mail.py +++ b/class/send_mail.py @@ -141,7 +141,7 @@ class send_mail: server.sendmail(self.__qq_mail_user['qq_mail'], email, msg.as_string()) server.quit() except Exception: - print("发送错误,可能密码错误") + print("Sending error, maybe the email info is wrong") ret = False return ret