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

Class SMTPDataError

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

The SMTP server didn't accept the data.

Source from the content-addressed store, hash-verified

128
129
130class SMTPDataError(SMTPResponseException):
131 """The SMTP server didn't accept the data."""
132
133class SMTPConnectError(SMTPResponseException):
134 """Error during connection establishment."""

Callers 2

dataMethod · 0.85
sendmailMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected