Re: [PHP] Re: PHP and email

2005-11-23 Thread Anas Mughal
I have implemeted a system that dispatches between 600 to 2000 emails every night. An email is sent for each recepient. My system is hosted on a shared Linus server. I have not heard any complaints from the hosting company so far. Here are my recommendations: - Have a cron job that kicks off your

Re: [PHP] Re: PHP and email

2005-11-23 Thread John Nichel
Petr Smith wrote: Thanks to those who have replied so far, yes our main concern is the smtp server falling over or dying. So to come back to John Nichel's answer: John, have you done this personally and I assume the effects were good?? IE everything ran smoothly? I have done it just as J