Hi,
I am trying to use python module smtplib to send my email out on
window xp (localhost).
import smtplib
server = smtplib.SMTP('l ocalhost')
but I got the error information as follows:
Traceback (most recent call last):
File "<interacti ve input>", line 1, in ?
File "c:\python24\li b\smtplib.py", line 244, in __init__
(code, msg) = self.connect(ho st,...