MCPcopy Index your code
hub / github.com/python/cpython / SMTPDataError

Class SMTPDataError

Lib/smtplib.py:128–129  ·  view source on GitHub ↗

The SMTP server didn't accept the data.

Source from the content-addressed store, hash-verified

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

Callers 2

dataMethod · 0.85
sendmailMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…