Torsten Bronger <bron...@physik.rwth-aachen.de> added the comment:

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("bron...@physik.rwth-aachen.de", "bronger.ran...@googlemail.com"], 
"Hello")

I hope it helps to understand what I mean.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4470>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to