On Tue, 9 Jul 2002, César Aracena wrote:
> I wonder if there’s a way to *HIDE* some parts from the Heading of the
> emails sent with PHP. I’m trying to create an anonymous mail sender but
> in the header of the message appears:
>  
> Received: (from httpd@localhost)
>             by www.whateverdomain.com (8.10.2/8.10.2) id g69MEA527130;
>             Tue, 9 Jul 2002 18:14:10 -0400
> Date: Tue, 9 Jul 2002 18:14:10 -0400
> Message-Id: 200207092214.g69MEA527130@www.
> <mailto:200207092214.g69MEA527130@www.%20whateverdomain.com>
> whateverdomain.com
>  
> I want to hide the *whateverdomain.com* (because is my hosting provider)

The relevant line is added by the server that RECEVIES the message, not by
your server. So you don't have any control.

miguel


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

Reply via email to