[docs] documentation error

Nick Walker nick at subtlepath.org
Fri Apr 1 02:42:52 CEST 2011


page: http://docs.python.org/library/email-examples.html

In the first code sample:

s = smtplib.SMTP()
s.sendmail(me, [you], msg.as_string())
s.quit()

s.connect() is required before s.sendmail()


More information about the docs mailing list