MCPcopy Index your code
hub / github.com/RustPython/RustPython / SMTPHeloError

Class SMTPHeloError

Lib/smtplib.py:134–135  ·  view source on GitHub ↗

The server refused our HELO reply.

Source from the content-addressed store, hash-verified

132 """Error during connection establishment."""
133
134class SMTPHeloError(SMTPResponseException):
135 """The server refused our HELO reply."""
136
137class SMTPAuthenticationError(SMTPResponseException):
138 """Authentication error.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected