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.
2 parents 881ccaf + 5b87000 commit 1fc1629Copy full SHA for 1fc1629
README.rst
@@ -132,7 +132,8 @@ poking around in the code itself.
132
is the same as ``httpserver`` only with SSL encryption.
133
134
``smtpserver``
135
- provides a threaded instance of ``smtpd.SMTPServer`` running on localhost.
+ provides a threaded SMTP server, with an API similar to ``smtpd.SMTPServer``,
136
+ (the deprecated class from the Python standard library) running on localhost.
137
It has the following attributes:
138
139
* ``addr`` - server address as tuple (host as str, port as int)
0 commit comments