Move the ->Send outside the loop?
And fix your indentation to something sane, so you know what's going
on in your script.
[Apologies if mail transport messed it up...]
On Thu, October 12, 2006 8:30 am, Ross wrote:
> Why does this send multiple times. I want it to loop through and send
> it
> once
Why does this send multiple times. I want it to loop through and send it
once.
-
Mailer = "mail";
// telling the class to use SMTP
$mail->IsHTML(true);
$mail->Host = "mail.scottishsocialnetworks.org"; // SMT
2 matches
Mail list logo