Re: [PHP] mass emailing on windows server

2005-03-04 Thread Richard Lynch
Reinhart Viane wrote: > I use a while loop and the mail function to send email to all subscribers > of > a site. This works fine for 50 users but I know there can be some problems > when you do it like this for 1000 users. > > Eg. Limit of page execution is exceeded and even server crashes because

[PHP] mass emailing on windows server

2005-03-04 Thread Reinhart Viane
I use a while loop and the mail function to send email to all subscribers of a site. This works fine for 50 users but I know there can be some problems when you do it like this for 1000 users. Eg. Limit of page execution is exceeded and even server crashes because each time a mail is send