Are you absolutely sure that this is your email server?  Are you using a
program like Outlook or Outlook Express, Eudora, Netscape Mail, etc?  If so,
you should be able to look in your settings for that program to find the
SMTP server that it is using.

-----Original Message-----
From: Madhu Reddy [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 06, 2003 6:49 AM
To: Timothy Johnson; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: How to send an e-mail from perl script on windows using
SMTP?


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]

Reply via email to