At 5/5/09 12:58 AM, WoogieNoogie wrote:
No. Not at all.
Are you serious? Of course it's possible, I've done it multiple times in the past.
You have 2 ways you can go about doing this:
1) You can use PHP to connect to the inbox and check the messages, use the functions here as a starting point, there are quite a few examples to get you started: http://www.php.net/manual/en/ref.imap.ph p
2) You can pipe all incoming mail for a specific email address to a PHP application. I've done this before for unsubscribing from a newsletter. You can get some instructions here: http://wiki.jumba.com.au/wiki/Pipe_an_em ail_to_a_script