can this be set in the php file or htaccess with

sendmail_path ="pathtosendmail/sendmail -oi -t -odq";


Paul Roberts
[EMAIL PROTECTED]
++++++++++++++++++++++++

----- Original Message -----
From: "Peter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 27, 2001 6:02 PM
Subject: Re: [PHP] Sending out mass mail without having timeout problems ..


> > > >Subject:  [PHP] Sending out mass mail without having timeout problems
> ..
>
> Hi,
>
> Too much trouble to write who wrote what when. Someone suggested using an
> alias but that's not always doable.
>
> I had an app that read from a live rdbms and sent out emails. I sent each
> email to sendmail and waited fo it to send the email before going on to
the
> next one. My cohort determined that this was way, way too slow. He did
some
> research and added some new parameters to sendmail so that the email was
put
> in a queue and so the script ran MUCH faster.  I believe these were the
> parameters. You should look them up on the sendmail site:
>
> sendmail -oi -t -odq
>
> Hope this helps.
>
> Peter
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to