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...
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.