Re: [PHP] php mailer problem

2006-10-12 Thread Richard Lynch
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

[PHP] php mailer problem

2006-10-12 Thread Ross
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