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
_______________________________________________
Zope-Dev maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )