We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e7de0 commit 08abda4Copy full SHA for 08abda4
Doc/library/smtplib.rst
@@ -148,7 +148,7 @@ A nice selection of exceptions is defined as well:
148
149
Base class for all exceptions that include an SMTP error code. These exceptions
150
are generated in some instances when the SMTP server returns an error code.
151
-
+
152
.. attribute:: smtp_code
153
154
The error code.
@@ -229,9 +229,10 @@ An :class:`SMTP` instance has the following methods and attributes:
229
230
231
.. attribute:: SMTP.ehlo_resp
232
233
The response to the ``EHLO`` command, see :meth:`ehlo`.
234
235
236
.. attribute:: SMTP.does_esmtp
237
238
A boolean value indicating whether the server supports ESMTP, see
0 commit comments