Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ 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
128
class
SMTPDataError(SMTPResponseException):
129
""
"The SMTP server didn't accept the data."
""
130
131
class
SMTPConnectError(SMTPResponseException):
132
""
"Error during connection establishment."
""
Callers
2
data
Method · 0.85
sendmail
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected