On Thursday 14 November 2002 17:02, Martin Hudec wrote:
> Hello all,
>
> I would like to ask how can I make registration confirmation by
> email...user will receive mail confirming his registration immediately
> after he registers in application.....


> is it possible to make mail()
> function filled with data from registration (email)?

Yes, well why not? Just build up the body of your mail using the info from 
your form ($_POST or $_GET) and pass it to mail().

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

/*
It's hard to get ivory in Africa, but in Alabama the Tuscaloosa.
                -- Groucho Marx
*/


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

Reply via email to