Re: smtplib error('Connection reset by peer')
I should mention that I'm on Windows XP. -- http://mail.python.org/mailman/listinfo/python-list
smtplib error('Connection reset by peer')
Hi, I am learning how to use the smtplib module, but am having some very early problems, maybe because I don't understand it. So, am I correct that by following the example in the Python: >>> import smtplib >>> server = smtplib.SMTP('localhost') >>> server.sendmail('[EMAIL PROTECTED]', '[EMAIL PR