This question already has an answer here:
Can anyone explain with example that how to send email from WAMP server, I am using Windows 7
</div>
Well you need an SMTP Server local installed on your PC or use an external SMTP Server.
You can easily sent mails with PHP using mail().
Otherwise you can use PHPMailer which is a great class.
Take a look here for an example.