mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02:00
Optimize the prompt after opening SSH login reminder
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user