This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bronger
Recipients bronger, giampaolo.rodola, lcatucci, r.david.murray
Date 2011-06-17.16:11:20
SpamBayes Score 0.2153383
Marked as misclassified No
Message-id <1308327080.95.0.545835063665.issue4470@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, it must be:

import smtplib

s = smtplib.SMTP_SSL("relay-auth.rwth-aachen.de")
s.login("***", "***")
s.sendmail("bronger@physik.rwth-aachen.de", ["bronger.randys@googlemail.com"], "Hello")

(A bracket was missing.)
History
Date User Action Args
2011-06-17 16:11:21brongersetrecipients: + bronger, giampaolo.rodola, lcatucci, r.david.murray
2011-06-17 16:11:20brongersetmessageid: <1308327080.95.0.545835063665.issue4470@psf.upfronthosting.co.za>
2011-06-17 16:11:20brongerlinkissue4470 messages
2011-06-17 16:11:20brongercreate