0

I would like to write a web system that can capture and parse incoming emails, traditionally the web system I write are asp.net-mvc, running in a cloud hosted environment like AppHarbour or Azure.

How can I leverage those (and potentially my DNS) to acheive this?

asked Mar 2, 2014 at 21:47

1 Answer 1

1

Unfortuantely this isn't quite easy nor straightforward. Your typical ASP.NET app listens for HTTP requests, not incoming email requests which land on a different port and use an entirely different protocol than your typical HTTP application understands.

The best bet is to leverage some sort of email recieving service which is capable of translating your incoming email into a HTTP request an ASP.NET app running on azure or appharbor could understand.

answered Mar 3, 2014 at 3:02
1
  • do you know of any services that do this? Commented Mar 3, 2014 at 4:31

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.