I'm working on a project in which I'm going to need to recieve input via email messages. I'm relatively certain it can be done in php because I've seen some autoresponders and things of that nature writting in php in the past. However, I'm not sure where to start with getting the input from the email messages. POP or IMAP wouldn't be effective in this situation because the processing needs to happen fairly quickly without waiting for me to tell the script to check for new messages. Is there a way to forward an email to a script so that it can be processed? Is there another method that can be used to accomplish this? Any help is much appreciated.
Thanks,
ajmoore