This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sandro.tosi
Recipients docs@python, r.david.murray, sandro.tosi
Date 2011-04-19.20:59:21
SpamBayes Score 0.00018194203
Marked as misclassified No
Message-id <1303246763.2.0.10135500331.issue11883@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, following up http://mail.python.org/pipermail/docs/2011-April/003742.html here are a couple of patches to call connect() after smtplib.SMTP() and sendmail(). Patches are:

2.7: to be applied in 2.7 and merged into 3.1
3.2: to be applied in 3.2 and merged into default

That's because in 3.2 we have a change in the example to use send_message() instead of sendmail() (in order to allow binary contents), and so there's also a small fix to actually make use of send_message() email-simple.
History
Date User Action Args
2011-04-19 20:59:23sandro.tosisetrecipients: + sandro.tosi, r.david.murray, docs@python
2011-04-19 20:59:23sandro.tosisetmessageid: <1303246763.2.0.10135500331.issue11883@psf.upfronthosting.co.za>
2011-04-19 20:59:21sandro.tosilinkissue11883 messages
2011-04-19 20:59:21sandro.tosicreate