Is there a way to convert incoming email to a HTTP POST request?

Viewed 11137

I'm looking for a simple service/software that will convert emails into HTTP POST requests so I don't have to code in separate code paths for email handling. Does such a thing exist?

5 Answers
Related