OK, took a stab at it but got this error.
Parse error: syntax error, unexpected T_STRING in /home/graphic/public_html/ListMail/admin.php on line 1711
So, I put back in the original admin.php file. Here's what I have in the file I tried to edit. Must be something wrong, did I need to put 1900000 instead of 19, I saw another post that just had a "25" for the delay of 25 seconds. So, I figured if it was in whole seconds that "19" would be fine?
That's wrong with this?
if($smtp_debug) logwrite($bugf,"> SENT DATA\r\n");
fputs($ssock, $themesg."\r\n.\r\n");
$srvmsg = fgets($ssock, 1024);
$errmsg .= $srvmsg;
if($smtp_debug) logwrite($bugf,$srvmsg);
$lastmsg = substr($srvmsg, 0, 3);
if ($lastmsg <> "250") $error = 1; else $error = '';
}
}
if(($y % '1')==0 && $y <> sizeof($sendq)) sleep(19);
}
} else {
// use php mail()
$body = str_replace("\r\n","\n",$body);