PDA

View Full Version : eNewsletter


Mark Olsen
11-28-2006, 10:22 PM
When I try to send out a newsletter I am getting the following error

Error Details..Description:Failed to connect to server-- Connection refused
Failed command:fsockopen(localhost, 25, 111, Connection refused, 5)
Not connected!

Can someone tell me what it means, and how to fix it?

Thanks
Mark.

mdlbikes
12-22-2006, 01:20 PM
I got the same error. My ISP requires authentication for smpt. I made this change to workaround. Still testing

Change the send_now.php to use "mail"

At about line 221 on sohoadmin/program/modules/mods_full/enewsletter/send_now.php

/**$sresult = $mail->send(array($to_address), 'smtp');*//
$sresult = $mail->send(array($to_address), 'mail');

Give it a try