Have you ever wanted to import the emails from your site to your outlook. Like if you are running a newsletter and want to use outlook to send the letter. Here is an easy way to export all emails into outlook:
Create a php file with this:
<?php
// set database server access variables:
$host =...