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?
I’m looking for a simple service/software that will convert emails into HTTP POST requests
Share
Bit late but I was looking for something similar and came across http://www.email2http.net – they allow you to send your email to a web script via HTTP POST or GET and it includes attachments. If you only need 1 email address and script it’s free.