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