I\'m using Windows Vista OS. PHP, MySQL as the database and Apache web server.
I want to send notification to those who want to join in my site. But the problem is w
It looks that you dont have a mailserver installed. Apache or PHP are not sending mails for you. Php is registering functions for that but internally you have to configure a mail smtp server to do the actual sending.
Check this post.