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

Class SMTPNotSupportedError

Lib/smtplib.py:73–78  ·  view source on GitHub ↗

The command or option is not supported by the SMTP server. This exception is raised when an attempt is made to run a command or a command with an option which is not supported by the server.

Source from the content-addressed store, hash-verified

71 """Base class for all exceptions raised by this module."""
72
73class SMTPNotSupportedError(SMTPException):
74 """The command or option is not supported by the SMTP server.
75
76 This exception is raised when an attempt is made to run a command or a
77 command with an option which is not supported by the server.
78 """
79
80class SMTPServerDisconnected(SMTPException):
81 """Not connected to any SMTP server.

Callers 4

mailMethod · 0.85
loginMethod · 0.85
starttlsMethod · 0.85
send_messageMethod · 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…