Re: [PHP] Re: creating a mailing list

2004-05-01 Thread Curt Zirzow
* Thus wrote Manuel Lemos ([EMAIL PROTECTED]): > Hello, > > On 04/29/2004 06:44 AM, Chris O'Shea wrote: > > >Does anybody know the best way of doing a mass mail through php? > > mail() function is just fine in most cases. imo, php should refuse mass mailing ;) > > >Also, do you know how php m

[PHP] Re: creating a mailing list

2004-05-01 Thread Manuel Lemos
Hello, On 04/29/2004 06:44 AM, Chris O'Shea wrote: I have a list of email addresses in mySQL from people who have signed up on my site and I want to use PHP to email out to the list. My initial thought was to go through the loop, sending an email to each person, but then I saw this somewhere: "It