I am looking for some simple API to which I could send an email and it would send a GET HTTP request to the specified URL?
Is there something similar? Its quite difficult to configure email monitoring using .NET (setting up a Windows service, access to POP3 / IMAP, etc.).
source
share