[PHP] Sending out large amounts of email

2009-03-05 Thread Brian Hansen
Hi. Our company is merging with another company and newsletter now needs to go out to more than 100.000 people. Before it was only a couple of thousands. I have developed a mail queue using a database and a cronjob, but I am not in doubt as to what particular solution I need to implement. I have

Re: [PHP] Sending out large amounts of email

2009-03-05 Thread Brian Hansen
> > What about 10,000? > I haven't been able to send out more than 6000 at most. It is proberly caused by a limit set in Postfix as you wrote.

[PHP] Re: Sending out large amounts of email

2009-03-06 Thread Brian Hansen
l, Hotmail, different ISP's etc) have received the mail directly in the inbox, except for Hotmail (typical) that puts the mail in the Junk box, but atleast it gets through! I have found this solution rather simple and very easy to maintain. Best regards. 2009/3/6 Brian Hansen > Hi. > >