On Mon, Jun 20, 2005 at 02:50:59PM +0800, Sherwin Daganato wrote: > On Mon, Jun 20, 2005 at 01:23:43PM +0800, nhadie ramos wrote: > > actually, i already have that sir, but still I have this on the mail header > > Set the appropriate envelope sender. Read the docs of the mail() > function for infomation on how to accomplish this.
Here: mail($to, $subject, $body, "From: [EMAIL PROTECTED]", "[EMAIL PROTECTED]"); You'll also need to convince your mail server that the Apache user should be able to set the envelope items- a trick normally reserved to root. Michael -- Michael Darrin Chaney [EMAIL PROTECTED] http://www.michaelchaney.com/ _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

