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
I would recommend using the swiftmailer library, the project has very good documentation and is easy to use. It offers several advantages to using the default PHP mail() function aswell.
http://swiftmailer.org/