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

Class SMTPException

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

Base class for all exceptions raised by this module.

Source from the content-addressed store, hash-verified

70
71# Exception classes used by this module.
72class SMTPException(OSError):
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.

Callers 2

authMethod · 0.85
loginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected