[PHP] Re: PHPmailer.. best way to send to many recipients?

2010-12-20 Thread Govinda
followup question, please see below the OP: I just started using PHPmailer for one project that requires SMTP authentication (if I said that right).. and all is well.. but I want to ask now before it might get outta hand later: How many comma-delim'ed addresses can I stuff in $BCC_recipient

[PHP] Re: PHPmailer.. best way to send to many recipients?

2010-12-21 Thread Ian
On 20/12/2010 21:33, Govinda wrote: > followup question, please see below the OP: > >> I just started using PHPmailer for one project that requires SMTP >> authentication (if I said that right).. and all is well.. but I want >> to ask now before it might get outta hand later: >> >> How many comma-

[PHP] Re: PHPmailer.. best way to send to many recipients?

2010-12-21 Thread Govinda
Hi, I regularly use PHPMailer to send out a mailshot to two batches of 5 and had no problems at all. I would not use BCC. Just set the recipient, send the email, then use the ClearAllRecipients() function and start again. We do other things like set a custom MessageID for tracking bounc