11 May
2005
11 May
'05
6:41 p.m.
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