How to catch emails sent with PHP on your local server
When developing websites using PHP on your local server, it’s very useful to see all outgoing emails from your PHP application, if you use the mail() PHP function. This is even more important if you develop on base of a CMS,…