Re: [PHP] Invoking sendmail with PHP

2002-08-15 Thread Daren Cotter

Because when I send a mailing to all members, I need
to be using "queueonly" as the delivery method, as
it's 10 times faster that "background". 

--- Adam Williams <[EMAIL PROTECTED]> wrote:
> Why don't you just run sendmail 24/7 with -bd -q15 
> I'll check the queue
> continously and send out the emails as it receives
> them instantaneously.
> 
>   Adam
> 
> On Thu, 15 Aug 2002, Daren Cotter wrote:
> 
> > To recap, my problem is:
> >
> > I need some mailings sent immediately
> (confirmation
> > emails, welcome emails, password lookup emails,
> etc),
> > while others simply get thrown into the queue, and
> get
> > sent the next time the queue processes.
> >
> > I contacted a sendmail guru, and he told me that
> if
> > Sendmail is run with the -odb arguments, the mail
> will
> > process immediately, while if it's run with the
> -odd
> > arguments, it will only be queued.
> >
> > So the question is, using PHP, how do I invoke
> > sendmail with the different arguments separately?
> >
> > __
> > Do You Yahoo!?
> > HotJobs - Search Thousands of New Jobs
> > http://www.hotjobs.com
> >
> >
> 


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Invoking sendmail with PHP

2002-08-15 Thread Adam Williams

Why don't you just run sendmail 24/7 with -bd -q15  I'll check the queue
continously and send out the emails as it receives them instantaneously.

Adam

On Thu, 15 Aug 2002, Daren Cotter wrote:

> To recap, my problem is:
>
> I need some mailings sent immediately (confirmation
> emails, welcome emails, password lookup emails, etc),
> while others simply get thrown into the queue, and get
> sent the next time the queue processes.
>
> I contacted a sendmail guru, and he told me that if
> Sendmail is run with the -odb arguments, the mail will
> process immediately, while if it's run with the -odd
> arguments, it will only be queued.
>
> So the question is, using PHP, how do I invoke
> sendmail with the different arguments separately?
>
> __
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Invoking sendmail with PHP

2002-08-15 Thread Daren Cotter

To recap, my problem is:

I need some mailings sent immediately (confirmation
emails, welcome emails, password lookup emails, etc),
while others simply get thrown into the queue, and get
sent the next time the queue processes.

I contacted a sendmail guru, and he told me that if
Sendmail is run with the -odb arguments, the mail will
process immediately, while if it's run with the -odd
arguments, it will only be queued.

So the question is, using PHP, how do I invoke
sendmail with the different arguments separately?

__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php