News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.