How to test sending e-mails on WAMP?

Most of the websites I made are hosted on Linux based servers, but I develop them on Windows OS.

I use WampServer which comes with almost all I need- Apache, PHP and MySql. However it doesn’t come with any mail sending tool (the same case applies to other WAMP packages like KrasnalServ)…

How to get HTTP headers of any remote file?

Want to check Content-Type or Content-Length of a remote file without downloading whole file?
Then you should just request headers and not whole file from a remote server using HTTP protocol.
Here’s how to do this in PHP using fsockopen or cURL.

 
TopOfBlogs Web Development & Design Blogs