Hello I am trying to send mail using python.I tried the command
import smtplib s=smtplib.SMTP("localhost")
I get the following error socket.error: (10053, 'Software caused connection abort') could someone please help.. Thanks Shilpa _______________________________________________________________________
Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony
________________________________________________________________________ Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony
Shilpa P wrote at 2005-5-11 06:13 +0100:
I am trying to send mail using python.I tried the command
import smtplib s=smtplib.SMTP("localhost")
I get the following error socket.error: (10053, 'Software caused connection abort')
Your SMTP server does not like your process -- almost surely due to security restrictions in this server. Consult your administrator for the SMTP server. -- Dieter
participants (2)
-
Dieter Maurer -
Shilpa P