php-general | 2003022
Date: 02/24/03
- Next message: neko: "[PHP] Re: emailing a web-page"
- Previous message: MIKE YRABEDRA: "[PHP] Received: (from www <email protected>) ???"
- In reply to: MIKE YRABEDRA: "[PHP] Received: (from www <email protected>) ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I am using sendmail and php and it works great...
>
> However, It always says this in the header of the email
>
> Received: (from www <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
- Next message: neko: "[PHP] Re: emailing a web-page"
- Previous message: MIKE YRABEDRA: "[PHP] Received: (from www <email protected>) ???"
- In reply to: MIKE YRABEDRA: "[PHP] Received: (from www <email protected>) ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

