PHP email admin script
Note: This article was originally published at Planet PHP
on 17 June 2011.
Copyright AŠ 2011 http://www.prodevtips.com. Visit the original article at http://www.prodevtips.com/2011/06/17/php-email-admin-script/.If you've read the article about my email server setup you quickly realize that adding a new email account is quite onerous, a combination of adding records to tables in a MySQL database and creating folders on the harddrive. This can easily be automated with for instance PHP and I'll show you how below.... Read More


