On Monday 06 May 2002 06:31, Matthew Ward wrote:
> You can add further variables to the end of your current mail() function to
> specify the name of who its from, and the email address that they will send
> the message to when they use the reply function on their email program,
> like this:
>
> mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\nLine 3",
> "From:Your Name\nReply-To: [EMAIL PROTECTED]");

Mail headers should be separated by "\r\n".

  http://cr.yp.to/immhf/header.html

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
How many "coming men" has one known!  Where on earth do they all go to?
                -- Sir Arthur Wing Pinero
*/

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

Reply via email to