Hello,

On 08/17/2002 03:52 AM, Paul Roberts wrote:
> i tried it using the 5th parameter with -odd and the mail got qued but i also need 
>to set [EMAIL PROTECTED] (so i get those bounces) but i got <[EMAIL PROTECTED] -odd> for 
>the return path in the email. 
> 
> i then tried it with the -odd first and it qued the mail but didn't set the return 
>path, i also want to set it so it only returns the headers using -Rhdrs so need to 
>set 3 options when sendmail is called.
> 
> can you set multiple options with the 5th parameter? i would have thought it would 
>append the stuff in the 5th to the sendmail path set in php.ini but it doesn't seem 
>to work that way.
> 
> i can do this fine by using popen() and adding the parameters to the path so i can't 
>see why it doesn't play with the mail function.

That is because PHP encloses what you pass between quotes, so that is 
take as just a single argument, so it can't be used to pass more than 
one argument.

-- 

Regards,
Manuel Lemos


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

Reply via email to