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

Class SMTPNotSupportedError

tools/python-3.11.9-amd64/Lib/smtplib.py:75–80  ·  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

73 """Base class for all exceptions raised by this module."""
74
75class SMTPNotSupportedError(SMTPException):
76 """The command or option is not supported by the SMTP server.
77
78 This exception is raised when an attempt is made to run a command or a
79 command with an option which is not supported by the server.
80 """
81
82class SMTPServerDisconnected(SMTPException):
83 """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