php3-list | 199908
Date: 08/24/99
- Next message: Duane Groth: "Re: [PHP3] PHP CGI"
- Previous message: Iyad Al-Bukhari: "[PHP3] ld Error when compiling"
- In reply to: Thomas Booms EDV: "[PHP3] wwwrun"
- Next in thread: Chuck Hagenbuch: "Re: [PHP3] wwwrun"
- Reply: Chuck Hagenbuch: "Re: [PHP3] wwwrun"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If it's through a Form that the mail is sent you could do something like this
mail("me <email protected>", "Subject", "Message", "From: $emailaddress\r\nReply-To: $emailaddress");
Where $emailaddress would equal the name of the field where the customer puts his/her email address.
eg.
<INPUT TYPE="TEXT" NAME="emailaddress">
hope this helps,
best regards
alan
Thomas Booms EDV <Thomas.Booms <email protected>> wrote in message news:37C2A29D.B842F50C <email protected>
> Hi all,
>
> I need to edit the name of the sender that is called 'Daemon user for
> apache' if automatic mail are sent from within a php script (function
> mail).
>
> Is it possible to insert the email address of customers who send these,
> so replys from my customers to their customers are going to the persons
> who sent them instead of apache daemon?
>
> Thanks for your help.
>
> Thomas
>
>
> --
> PHP 3 Mailing List <http://www.php.net/>
> To unsubscribe, send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Duane Groth: "Re: [PHP3] PHP CGI"
- Previous message: Iyad Al-Bukhari: "[PHP3] ld Error when compiling"
- In reply to: Thomas Booms EDV: "[PHP3] wwwrun"
- Next in thread: Chuck Hagenbuch: "Re: [PHP3] wwwrun"
- Reply: Chuck Hagenbuch: "Re: [PHP3] wwwrun"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

