Posted by Chris
2013-12-17

I have been searching for weeks to find a script that does this!! But when I test is I get an error:

ERROR:

email error: Connection refused(111) [CProductMailer]

I was godaddy web hosting and their email server is secureserver.net, i have tried just about every way on the conf.email script, Thanks!
Posted by Tom
2013-12-17

Hi Chris,

>email error: Connection refused(111) [CProductMailer]

The error message is very generic and so it could mean anyghing such as

the mail server is down
wrong username/password
blocked by firewall, by IP address

A standard procedure is try to send emails to the mail server by some other means, such as telnet, php mail function. Normally, it uncovers some misconfigurtions and/or shows more informative error messages that you haven't noticed. hope it helps.