I tried telnetting to that host on port 25, it exclaimed "host could not be found". Seems that's your problem.
With regards to NET::SMTP and Net::SMTP, since it's on windows, case doesn't really seem to matter. Dan "Madhu Reddy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > I did telnet ..i got following error > > --------- > C: telnet ivhpxc0003.ap.bdi.gte.com 25 > Connecting To ivhpxc0003.ap.bdi.gte.com...Could not > open a connection to host on port 25 : Connect failed > > C:telnet ivhpxc0003.ap.bdi.gte.com > Connecting To ivhpxc0003.ap.bdi.gte.com...Could not > open a connection to host: Connect failed > > --------- > > what couldbe the error ? > > Thanx > -Madhu > > > > > --- Timothy Johnson <[EMAIL PROTECTED]> wrote: > > > > 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] > > > > > __________________________________________________ > 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]