Torsten Bronger <[email protected]> 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("[email protected]", "[email protected]"], 
"Hello")

I hope it helps to understand what I mean.

----------

_______________________________________
Python tracker <[email protected]>
<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