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

Class SMTPConnectError

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

Error during connection establishment.

Source from the content-addressed store, hash-verified

131 """The SMTP server didn't accept the data."""
132
133class SMTPConnectError(SMTPResponseException):
134 """Error during connection establishment."""
135
136class SMTPHeloError(SMTPResponseException):
137 """The server refused our HELO reply."""

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected