Assuming that ivhpxc0003.ap.bdi.gte.com is your email server, I would first
try to do a "telnet ivhpxc0003.ap.bdi.gte.com 25" at the command prompt.  If
you get a connection refused or denied message, then you will not be able to
send the email from your script.

-----Original Message-----
From: Madhu Reddy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 6:11 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: How to send an e-mail from perl script on windows using
SMTP?


I changed to Net::SMTP
still i am getting following error

Couldnt make Connection: Unknown error



--- david <[EMAIL PROTECTED]> wrote:
> Madhu Reddy wrote:
> 
> >             use NET::SMTP ;
> 
> should probably be:
> 
> use Net::SMTP;
> 
> unless NET::SMTP is a new module.
> 
> david
> 
> -- 
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to