Message138520
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. |
|
Date |
User |
Action |
Args |
2011-06-17 16:08:59 | bronger | set | recipients:
+ bronger, giampaolo.rodola, lcatucci, r.david.murray |
2011-06-17 16:08:59 | bronger | set | messageid: <1308326939.46.0.531305860916.issue4470@psf.upfronthosting.co.za> |
2011-06-17 16:08:58 | bronger | link | issue4470 messages |
2011-06-17 16:08:58 | bronger | create | |
|