PHP Classes

host not found?

Recommend this page to a friend!

      SMTP E-mail sending class  >  All threads  >  host not found?  >  (Un) Subscribe thread alerts  
Subject:host not found?
Summary:cant find this host: authsmtp.streamline.net
Messages:4
Author:Nstiac
Date:2010-10-01 00:08:30
Update:2010-10-01 02:04:18
 

  1. host not found?   Reply   Report abuse  
Picture of Nstiac Nstiac - 2010-10-01 00:08:30
Hello Manuel,

Long time right?

Hey, i've came accross a problem i cant figure out:

--------------------
Resolving SMTP server domain "authsmtp.streamline.net"...
Connecting to host address "79.99.40.132" port 25...
Error: could not connect to the host "authsmtp.streamline.net": Connection timed out
--------------------

I've tried telnet to authsmtp.streamline.net port 25 from same server and it's OK, i receive the EHLO and all.. tried outlook with same config and also works OK...but from the SMTP class i get the error above.

Any ideas ?
I've already changed the timeout values with same result.

Thank you,


  2. Re: host not found?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-10-01 00:59:50 - In reply to message 1 from Nstiac
It seems you have a timeout value that is too low. Try to raise the timeout variable value.

  3. Re: host not found?   Reply   Report abuse  
Picture of Nstiac Nstiac - 2010-10-01 01:07:51 - In reply to message 2 from Manuel Lemos
I already did .. up to 60 and still nothing

  4. Re: host not found?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-10-01 02:04:18 - In reply to message 3 from Nstiac
In that case I suspect that the machine or network on which PHP is running has some kind of firewall that is preventing to access the SMTP server. I recommend that you check with your system administrator.