[PHP] Re: Odd problem using sendmail - possibly to do with set_time_limit?

2002-03-06 Thread Alexis Birkill
Jon Abernathy wrote: > After reviewing your code, I was wondering if there was a reason you aren't > using PHP's built-in mail() function, rather that using popen() and a series > of fputs(), which seems rather expensive, especially inside of a loop. Also, Sounds like a much better idea, looking

[PHP] Odd problem using sendmail - possibly to do with set_time_limit?

2002-03-04 Thread Alexis Birkill
Hi, I'm trying to track down an odd problem in a script I'm writing, the purpose of which is below: The script takes data of a subject and a body for an e-mail from an HTML form, and sends this out to a list of recipients stored in a datafile parsed by the PHP. The size of the e-mails can be