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

Sha*_*ese 12 email email-integration http

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?

小智 2

虽然有点晚了,但我一直在寻找类似的东西,并发现了http://www.email2http.net - 它们允许您通过 HTTP POST 或 GET 将电子邮件发送到 Web 脚本,并且包含附件。如果您只需要 1 个电子邮件地址和脚本,那么它是免费的。