[PHP] Re: forking sendmail

2003-02-17 Thread Manuel Lemos
Hello, On 02/17/2003 07:04 AM, Brendon wrote: I've been trying to fork sendmail because DNS checks cause it to be slow delivering messages... Here's what i've tried, and many other variations... $str = "to: [EMAIL PROTECTED]\nfrom: [EMAIL PROTECTED]\nsubject: test"; exec('sendmail -i -t $str >&

[PHP] Re: forking sendmail

2003-02-17 Thread Brendon
On Sun, 16 Feb 2003 01:05:58 -0300, Manuel Lemos <[EMAIL PROTECTED]> wrote: Hello, On 02/16/2003 12:15 AM, Brendon wrote: I've been trying to fork sendmail because DNS checks cause it to be slow delivering messages... Here's what i've tried, and many other variations... $str = "to: [EMAIL PRO

[PHP] Re: forking sendmail

2003-02-15 Thread Manuel Lemos
Hello, On 02/16/2003 12:15 AM, Brendon wrote: I've been trying to fork sendmail because DNS checks cause it to be slow delivering messages... Here's what i've tried, and many other variations... $str = "to: [EMAIL PROTECTED]\nfrom: [EMAIL PROTECTED]\nsubject: test"; exec('sendmail -i -t $str >&