I want to receive notifications for my GMail account. So here's what I did:-
1. Setup E-Mail forwarding to my Yahoo! account.
2. Use a custom version of Pika Bot to set up a Trigger which calls a method of an external assembly along with the Mobile number and the message (Mail from Mail From: %LastMailFrom% <%LastEMail%> %LastEMailSubject%").
3. The target assembly uses web requests to send the SMS through a Way2SMS account (only for India).
Although the process works and I receive the SMS pretty quickly, my Yahoo! account @ Pika Bot needs to be logged in. I was wondering if it is possible to do an HTTP request (open a PHP file) as soon as an E-Mail arrives to one of my domain email accounts. The PHP file would do the job of the external assembly and send the SMS through Way2SMS. But is it possible to trap an incomming E-Mail event?

