Danny Yoo wrote: > According to: > > http://www.python.org/doc/lib/SMTP-objects.html > > the second argument to 's.sendmail()' needs to be a list, even if it is a > list of a single element. I'm not positive that this is the bug, but it's > a possible error.
The docs are incorrect and the latest version has been fixed - you can pass a single string to sendmail(). http://www.python.org/dev/doc/devel/lib/SMTP-objects.html Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
