I am.  I assumed the built-in mail function used "sendmail_path" as defined
in php.ini;  is this an incorrect assumption?

"Chris Earle" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can you just use the built-in mail function?
>
> mail("[EMAIL PROTECTED]", "Errors", $ObjectGET->EMAIL, // doesn't have to
> be an object
>         "From: [EMAIL PROTECTED]\n"
>        ."Reply-To: [EMAIL PROTECTED]\n"
>        ."X-Mailer: PHP/" . phpversion());
>
> "Ricky Dhatt" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I've been trying to tweak my sendmail_path to work with some batch
emails
> I
> > have to sent out[1].   What'd like to do is set within a virtual site in
> > httpd.conf:
> >
> > php_admin_value sendmail_path =
> > "/usr/sbin/sendmail -t -oQ/var/spool/mqueue_batch -ODeliveryMode=q"
> >
> > Problem is when I do this, my emails go in to oblivion.  I've tried
other
> > paths/options like "/usr/sbin/sendmail -oi -t -odq" and it works just
> fine.
> > I've tested my path in a perl script so I'm sure it's correct; I'm sure
my
> > permissions are correct...any ideas?
> >
> >
> > --Ricky
> >
> > [1] It's not spam.  Honest!
> >
> >
>
>



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

Reply via email to