MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / SMTPServerDisconnected

Class SMTPServerDisconnected

tools/python-3.11.9-amd64/Lib/smtplib.py:82–88  ·  view source on GitHub ↗

Not connected to any SMTP server. This exception is raised when the server unexpectedly disconnects, or when an attempt is made to use the SMTP instance before connecting it to a server.

Source from the content-addressed store, hash-verified

80 """
81
82class SMTPServerDisconnected(SMTPException):
83 """Not connected to any SMTP server.
84
85 This exception is raised when the server unexpectedly disconnects,
86 or when an attempt is made to use the SMTP instance before
87 connecting it to a server.
88 """
89
90class SMTPResponseException(SMTPException):
91 """Base class for all exceptions that include an SMTP error code.

Callers 3

sendMethod · 0.85
getreplyMethod · 0.85
ehloMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected