Thread subject: muscapaul's PHP-Fusion website :: Newsletter Infusion v2.xx

Posted by scofield on 01-08-2008 00:53
#5

Hi

can you please do something with this function.
Becores i have +800 on my newsletter, and evey time i send out a newsletter. the off. site email, get 9 email with the same thing.

if it just send 1 mail to the off site mail adress, it will be ok.

hope oyu understand what i mean.
Code
if ($rows == 1 || $i == 99) {
               if (!sendemail($settings['siteusername'],$settings['siteemail'],$settings['siteusername'],$settings['siteemail'],$subject,$content,$_POST['format'],"", $bcc_list)) {
                  $error = $locale['NL418'];
               }
            $bcc_list = "";
            }
         if ($i != 99) { $i++; } else { $i = 1; }
         $rows--;
         }
      }