Torsten Bronger <[email protected]> added the comment:
Sorry, it must be:
import smtplib
s = smtplib.SMTP_SSL("relay-auth.rwth-aachen.de")
s.login("***", "***")
s.sendmail("[email protected]", ["[email protected]"],
"Hello")
(A bracket was missing.)
----------
_______________________________________
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