views:

38

answers:

2

I am looking for some simple API that I could send email to and it would send HTTP GET request to a designated URL?

Does something like that exist? Its fairly difficult to setup email monitoring using .NET (setting up windows service , POP3/IMAP access etc).

A: 

Have you checked mailhooks (http://www.mailhooks.com/)? Is it what are you looking for?

Oleg
Great! This is exactly what I need. I just need to test if it works and how reliable it is :)
Janusz
A: 

You could check out http://www.httpmailapp.com/. It is still in beta, but it looks cool.

webdestroya