>> I am developing a website with a user login system, i would like to send >> an confirmation e-mail to the user when he/she registers for the site, >> asking for confirmation...for instance click on a link to activate thier >> account. >> My question is what would be the best approach to achieve this? How is >> this usualy done? Any thoughts and help is appreciated.
You keep the content of e-mail in a file and use to complete an e-mail after clicking. You send such e-mail by PHP command "mail" and that is all. -- Krzysztof Dziekiewicz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php