[issue4470] smtplib SMTP_SSL not working.

Torsten Bronger report at bugs.python.org
Fri Jun 17 18:08:59 CEST 2011


Torsten Bronger <bronger at 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("bronger at physik.rwth-aachen.de", "bronger.randys at googlemail.com"], "Hello")

I hope it helps to understand what I mean.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4470>
_______________________________________


More information about the Python-bugs-list mailing list