Note that smtplib example needs a mailserver.
This commit is contained in:
parent
ee354b1e96
commit
690b97c005
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue