> I am using sendmail and php and it works great...
>
> However, It always says this in the header of the email
>
> Received: (from [EMAIL PROTECTED])
>
>
> Is there a way I can change this to something less generic, more specific
to
> my server?

Read the manual page on the mail() function along with the contributed
notes. It will explain how you can use a parameter to mail() to set
different headers in your email, including the From: header.

www.php.net/mail

---John Holmes...


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

Reply via email to