[PHP] mail() and command line headers

2001-07-05 Thread Eric Wood

I can easliy add addional email header using the php mail() function.  Does
'mail' or 'sendmail' have this same ability to add email headers from the
command line?
Thanks,
-eric wood


-- 
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]




RE: [PHP] mail() and command line headers

2001-07-05 Thread Don Read


On 05-Jul-01 Eric Wood wrote:
 I can easliy add addional email header using the php mail() function.  Does
 'mail' or 'sendmail' have this same ability to add email headers from the
 command line?

man sendmail

Pay attention to options  '-ba'  '-t'

Regards,
-- 
Don Read   [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

-- 
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]