Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199908

Re: [PHP3] wwwrun From: Alan Morey (amorey <email protected>)
Date: 08/24/99

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>