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 bronger
Recipients bronger, giampaolo.rodola, lcatucci, r.david.murray
Date 2011-06-17.16:08:58
SpamBayes Score 0.0008013135
Marked as misclassified No
Message-id <1308326939.46.0.531305860916.issue4470@psf.upfronthosting.co.za>
In-reply-to
Content
No, I don't know how to do that.  All I can provide is a minimal version of my code that triggers the above mentioned traceback.  It is:

import smtplib

s = smtplib.SMTP_SSL("relay-auth.rwth-aachen.de")
s.login("***", "***")
s.sendmail("bronger@physik.rwth-aachen.de", "bronger.randys@googlemail.com"], "Hello")

I hope it helps to understand what I mean.
History
Date User Action Args
2011-06-17 16:08:59brongersetrecipients: + bronger, giampaolo.rodola, lcatucci, r.david.murray
2011-06-17 16:08:59brongersetmessageid: <1308326939.46.0.531305860916.issue4470@psf.upfronthosting.co.za>
2011-06-17 16:08:58brongerlinkissue4470 messages
2011-06-17 16:08:58brongercreate