This is an email auto-responder script. The instructions for use are in the comments at the top of the script. The script is intended to be run using Cron at preset invervals (for example every hour). The script should be placed above the public directory to provide better security and to ensure no one else runs the script from http. - - Start Script Here - - <?php /* Email auto-responder script. Save in a file named responder.php The script reads an IMAP mail box and auto-responds to all emails where the to address matches an address in the addressMatch array. All messages checked by the script are marked as read and the script will only respond to unread messages. This prevents duplicate respo...