Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13674 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98277 invoked by uid 1010); 1 Nov 2004 17:04:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87882 invoked by uid 1007); 1 Nov 2004 17:02:56 -0000 Message-ID: <20041101170256.87854.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: "Alexander Windbichler" Date: Mon, 1 Nov 2004 18:02:54 +0100 Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 193.170.143.77 Subject: vhost in mail From: A.Windbichler@cybton.com ("Alexander Windbichler") Hello, in the phpinfo() I can find (apache2handler) the entry: "Hostname:Port", which displays the vhost you are running the script from. In [phpsources]/sapi/apache2handler/php_functions.c I found the source. Now I want to display the vhost in every mail, which is sent by php. I know that the source is in [phpsources]/ext/standard/mail.c and I know how to add a simple text, but I don't know how to insert the vhost. Can someone help me please? best regards, Alex