Re: [PHP] Re: mailing list using mail()

2002-04-10 Thread Anzak Wolf
hat if you did a 1 second sleep between each user send? While it would take a very long time to parse through the list of users the mail server would still be able to respond quickly and not have PHP timeout. >From: Yasuo Ohgaki <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >S

[PHP] Re: mailing list using mail()

2002-04-10 Thread Yasuo Ohgaki
Michael Virnstein wrote: >>Should I just use one message and append the BCC: line of the one message? > > > this could probably be the best way. Right, but some MTA cannot handle too large header(s). Why don't you use list server in first place? For example, ezmlm support database backends if

[PHP] Re: mailing list using mail()

2002-04-10 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hi, > the combination of PHP and mysql and the ease of use of the mail() > function obviously leads me to believe that it *should* be a singe to > use php to send customised messages to all my users , of whom I have > details in a mysq

[PHP] Re: mailing list using mail()

2002-04-10 Thread Michael Virnstein
> Should I just use one message and append the BCC: line of the one message? this could probably be the best way. "Petre Agenbag" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > the combination of PHP and mysql and the ease of use of the mail() > f