[EMAIL PROTECTED] wrote: > cool. so this line > server = smtplib.SMTP(localhost) > is when i connect ?
http://www.python.org/doc/lib/module-smtplib.html "If the optional host and port parameters are given, the SMTP connect() method is called with those parameters during initialization." "For normal use, you should only require the initialization/ connect, sendmail(), and quit() methods. An example is included below." </F> -- http://mail.python.org/mailman/listinfo/python-list