[PHP] sending an email

liunx

Guest
Ok, so I have this script that I've been workin on for a while, but what I need to know how to do is make it so that when a person registers, it sends them a confirmation email, and then when they click the link in the email it will actually set up the account. I also want a way for people to retrieve their lost passwords. So to start, how do I get the script to send an email?Use the PHP mail() function.
<!-- m --><a class="postlink" href="http://www.php.net/manual/en/ref.mail.php">http://www.php.net/manual/en/ref.mail.php</a><!-- m -->
 
Back
Top