Re: [PHP] Masive mail Advice

2003-01-29 Thread Alexander Skwar
So sprach Maciek Ruckgaber Bielecki am 2003-01-25 um 23:17:14 -0500 : mail() function is not a good option for this purpose. (the amount of mail to be sent may vary from 50 to 800 messages). I have considered using some Have a look at the PHPMailer classes. It's supposed to be ultra fast.

Re: [PHP] Masive mail Advice

2003-01-26 Thread Maciek Ruckgaber Bielecki
Thanks a lot for your sugestions guys, and i'll have a look into phpMail and write a prototype keeping in mind your advice about the size of chunks and use of sleep. Just let me bother you a little bit more if i run into trouble Michael ;-) Thanks again guys !

RE: [PHP] Masive mail Advice

2003-01-25 Thread Mark Charette
It is incredibly easy to write a short little php script that edits a template and submits it directly to qmail-inject; if you're using qmail already php mail()/sendmail is just a wrapper to qmail-inject. I use qmail-inject directly because it allows me to write my own VERP and process bounces

Re: [PHP] Masive mail Advice

2003-01-25 Thread Jason Wong
On Sunday 26 January 2003 12:17, Maciek Ruckgaber Bielecki wrote: Hi there Guys! I'll start to write an application which will be used to send large amounts of mail to users in a DB. All these mails to be sent shoul be personalized. Since i understand, and please correct me if im wrong, the