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
1 changed files with 2 additions and 0 deletions

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: