[Zope-dev] SMTP socket error

Dieter Maurer dieter at handshake.de
Wed May 11 14:41:50 EDT 2005


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


More information about the Zope-Dev mailing list