Talk to the CF Server with email
I have a client who wants to be able to send an email to a generic address like kickoff@mydomain.com and have that trigger a .cfm page.
I have no idea if this is possible or not but I'm assuming it would be something like Facebook's reply to comment via email feature where a user replies to an automatic email and then when the reply is recieved by the server it runs an insert statement.
Can someone help me understand how to approach this?
High level solution...
Step 1: User sends email to generic email address
Step 2: Server interprets request and kicks off cfm page
Step 3: cfm page runs as expected
