Could not connect to smtp host : 10060 Could not connect to smtp host : 10060
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Could not connect to smtp host : 10060

Started by hgoor, November 15, 2004, 11:20:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hgoor

Hi Guys,

I get the following error when I try to send an e-card:

Could not connect to smtp host : 10060 : A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

I did triple check the smtp adress and I did modify the mailer.inc.php with the right info.

Any pointers as where to look for solving this?

ps: I run my own server on a WAMP box btw...

hgoor

Quote from: hgoor on November 15, 2004, 11:20:10 PM
Hi Guys,

I get the following error when I try to send an e-card:

Could not connect to smtp host : 10060 : A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

I did triple check the smtp adress and I did modify the mailer.inc.php with the right info.

Any pointers as where to look for solving this?

ps: I run my own server on a WAMP box btw...

Problem solved: I did not allow Apache to communicate on any other port than 80 in my firewall (Sygate), since Apache tries to connect to port 25, it would not work...

Allowing it to use that port as well solved it.