Re: Most effecient way to send mail to multiple users

2002-02-02 Thread Eric Pretorious
On Fri, 1 Feb 2002, Jones, Mark wrote: > I want my members area script to provide the capability of sending > email to every address in the MySQL database--say 1000 addresses. > I'm planning to just write a loop that reads each record and sends the > email to the address. Or, is there a way tha

Most effecient way to send mail to multiple users

2002-02-01 Thread Jones, Mark
I want my members area script to provide the capability of sending email to every address in the MySQL database--say 1000 addresses. I'm planning to just write a loop that reads each record and sends the email to the address. Or, is there a way that is more efficient for the server, such as o