Icefrog500
User
 Junior Boarder
| Posts: 5 |   | Karma: 0
|
delay mails php code - 2008/05/12 21:03
Hi, I've changed the delay time for sending mails and it all goes great the only thing that I was searching now, is in which php-file I can find this information?
I want to alter the code of Cb Mailing to make this have a delay to.
Or if someone can just tell me what to change in this code (I think here I'l have to change it):
//Send email foreach ($rows as $row) { // MRCB 20070619 0840 - the two NULLs are cc and bcc // mosMail params are: $from, $fromname, $recipient, $subject, $body, $mode=0, $cc=NULL, $bcc=NULL, $attachment=NULL, $replyto=NULL, $replytoname=NULL //$xxxx .= $row->email. ": ". mosMail( $my->email, $my->name, $row->email, $subject, $message, $mode, NULL, NULL, $attachment ); //mosMail( $mosConfig_mailfrom, $mosConfig_fromname, $row->email, $subject, $message, $mode, NULL, NULL, $attachment ); }
Thank you very much! L.
|
|
|
| | To post on the forum you need to sign in. |