[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Changing "Return-Path" in PHP mail function - Help needed
- Subject: Re: [cobalt-users] Changing "Return-Path" in PHP mail function - Help needed
- From: "Federico Voges" <ftc@xxxxxxxxxx>
- Date: Wed Oct 17 12:23:09 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- From PHP Manual:
<QUOTE>
Example 3. Sending mail with extra headers and setting an additional
command line parameter.
mail("nobody@xxxxxxx", "the subject", $message,
"From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVERNAME");
You can also use fairly simple string building techniques to build
complex email messages.
</QUOTE>
The example 4 is a good example of more complex use of this funtion.
You should check the reference for the mail() function....
On Wed, 17 Oct 2001 10:47:45 -0300, Adrian Boismoreau wrote:
>Hi,
>I've noticed that many ISPs are filtering emails by their header
>information. So, if the email is sent by a PHP script using the mail()
>function, it will be deleted by some hosts.
>
>The email header sent from a php script has the following lines:
>
>Return-Path: <httpd>
>Received: (from httpd@localhost)
>
>My question is.... is there a way to change this lines?
>
>Any help would be very much apreciated.
>
>Regards,
>
>Adrián Boismoreau
>___________________
>S K Y m e d i a
>www.skymedia.com.ar
>info@xxxxxxxxxxxxxxx
>
>_______________________________________________
>cobalt-users mailing list
>cobalt-users@xxxxxxxxxxxxxxx
>To Subscribe or Unsubscribe, please go to:
>http://list.cobalt.com/mailman/listinfo/cobalt-users
Bye!!!
FTC.
ftc@xxxxxxxxxx
http://www.shadowsun.com.ar/~fvoges
- ---------------------------------------------------------------------------
Alles hat eine ende, aber ein Wurst hat zwie.
- ---------------------------------------------------------------------------
- -----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/IT/O d- s+ a- C++>+++ UL+++>++++$ P+ L++>+++$ E--- W+++$ N o? K? w-- O++ M>+++$ V--
PS PE Y+ PGP+ t+ 5 X+ R+ tv+ b+ !DI D G e h! r% y?
- ------END GEEK CODE BLOCK------
PGP Public Key Fingerprint: A536 4595 EB6F D197 FBC1 5C3A 145C 2516
-----BEGIN PGP SIGNATURE-----
Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its affiliated companies.
iQA+AwUBO83ZGRRcJRaVKt4XEQIYKwCdETcdYLsmhm+/MrqLbsKRt5x4jlUAl2Pt
bpeO/DExRtCgg2K+pBsXBaM=
=wG45
-----END PGP SIGNATURE-----