On 14 Sep 2006 00:11:05 -0700, sridhar <[EMAIL PROTECTED]> wrote:
>
> Tim Williams wrote:
> > Have you verified that you are allowed to use SMTP on this server ?
> > Can you send email via it using outlook express or a similar POP3/IMAP
> > mail client?
> >
> > :)
>
>
> yes , because iam having account on that server

Having an account on an Exchange server doesn't automatically mean you
have SMTP access to that server.    Some exchange servers don't have
SMTP running at all, and others will not allow SMTP access from local
IP addresses - even with authentication.

Can you telnet to your Exchange server on port 25 and start an SMTP
conversation, using the EHLO or HELO, MAIL and RCPT commands, but
quitting before the DATA command?  If you can successfully specify a
recipient, then your script should work,  if not you will need your
script to work around the problem based on what you do or don't get
back from the server.

HTH :)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to