Note that smtplib example needs a mailserver.

This commit is contained in:
Georg Brandl 2007-08-17 05:58:36 +00:00
parent ee354b1e96
commit 690b97c005

View file

@ -165,6 +165,8 @@ and :mod:`smtplib` for sending mail::
... """)
>>> server.quit()
(Note that the second example needs a mailserver running on localhost.)
.. _tut-dates-and-times: