[issue4470] smtplib SMTP_SSL not working.
Torsten Bronger
report at bugs.python.org
Fri Jun 17 18:11:20 CEST 2011
Torsten Bronger <bronger at physik.rwth-aachen.de> added the comment:
Sorry, it must be:
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")
(A bracket was missing.)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4470>
_______________________________________
More information about the Python-bugs-list
mailing list