Re: [PHP] Re: bulk emailer

2005-03-15 Thread Manuel Lemos
Hello, on 03/14/2005 07:37 PM Chris W. Parker said the following: Usually you can tell the sendmail program to just queue the messages instead of deliverying them immediately using the delivery mode switch od . If you want to see how that is done, take a look at the sendmail_message_class of this p

RE: [PHP] Re: bulk emailer

2005-03-14 Thread Chris W. Parker
Manuel Lemos on Monday, March 14, 2005 2:05 PM said: > Usually you can tell the sendmail program to just queue the messages > instead of deliverying them immediately using the delivery mode switch > od . If you want to see how that is done, take a look at the > sendm

Re: [PHP] Re: bulk emailer

2005-03-14 Thread Pedro Luis Cruz Riguetti
quitenme de la lista porfavor quiero salir de aqui -- --- Banco de Crédito BCP - Dedicados a hacerte la Banca más simple. Visita nuestra Banca por Internet http://www.viabcp.com --

[PHP] Re: bulk emailer

2005-03-14 Thread Manuel Lemos
Hello, on 03/14/2005 06:15 PM Redmond Militante said the following: For starters, just stay away from SMTP based solutions if you can. It works but it takes much longer to queue messages that some alternatives because you need to deal with TCP overhead, which is silly when your MTA is in the sa

[PHP] Re: bulk emailer

2005-03-14 Thread Redmond Militante
hi [Sat, Mar 12, 2005 at 08:42:15PM -0300] This one time, at band camp, Manuel Lemos said: > Hello, > > > For starters, just stay away from SMTP based solutions if you can. It > works but it takes much longer to queue messages that some alternatives > because you need to deal with TCP overhe

[PHP] Re: bulk emailer

2005-03-12 Thread Manuel Lemos
Hello, on 03/11/2005 05:48 PM Redmond Militante said the following: i need some advice on making a bulk emailer script more robust. what i'm currently doing: -using mysql_fetcharray() to loop through an array of query results -for each iteration of the loop, get an email address from the current