Working on a little side project web app...
I'd like to have it set up so that, when users send email to a certain account, I can kick off a php script that reads the email, pulls out some key info, and writes it to a database.
What's the best way to do this? A cron job that checks for new email?
The app is running on a "Dedicated-Virtual" Server at MediaTemple, so I guess I have a reasonable level of control, which should give me a range of options.
I'm very slowly learning the ropes (php, mysql, configuring/managing the server), so your advice and insight is much appreciated.
Cheers, Matt Stuehler