Integrating Incoming Email Into a php/mysql App
        Posted  
        
            by phirschybar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by phirschybar
        
        
        
        Published on 2010-05-11T15:08:01Z
        Indexed on 
            2010/05/11
            15:14 UTC
        
        
        Read the original article
        Hit count: 279
        
I am looking to create an incoming email daemon switchboard that I can integrate with various remote php/mysql apps. Ideally I want to check the 'to' address to see if it is in a mysql database and if it is, have the email parsed and posted via CURL to a target destination as well as have attachments saved somewhere locally.
I will likely set up a rackspace cloud server dedicated to this task (just accepting emails and posting to 3rd party APIs). However, I do not know where to start. Which server platform / distribution should I go with? Which software needs to be customized, etc?
© Stack Overflow or respective owner