Re: [PHP] Re: Individual bulk e-mails - performance question

2008-08-30 Thread Manuel Lemos
Hello, on 08/30/2008 10:40 PM Diogo Neves said the following: Well, I agree that sending it by an external process more specialized in sending emails can be faster and more eficient, but it's harder to control... sometimes you need to know in your php if email was really sent and do something, a

Re: [PHP] Re: Individual bulk e-mails - performance question

2008-08-30 Thread Diogo Neves
Well, I agree that sending it by an external process more specialized in sending emails can be faster and more eficient, but it's harder to control... sometimes you need to know in your php if email was really sent and do something, and while I'm not saying it's impossible, I'm sure it's a little m

[PHP] Re: Individual bulk e-mails - performance question

2008-08-30 Thread Manuel Lemos
Hello, on 08/30/2008 02:40 PM Merlin said the following: I am running a travel community where users want to get informed on changes inside different groups they have subscribed to. At the moment I am doing this with a for loop that generates an individual e-mail sent to them via phpmailer. T