Are there any SMTP to HTTP free services (Email to POST)?

ⅰ亾dé卋堺 提交于 2019-12-06 04:23:26

You could write a small Google App Engine app which receives the email and then posts it to wherever you want using urlfetch.

http://code.google.com/appengine/docs/python/mail/receivingmail.html

http://code.google.com/appengine/docs/python/urlfetch/

App Engine is free unless you have a lot of traffic.

It supports Python or Java, not Ruby though.

I know this is a bit of a plug but I have been developing http://cloudmailin.com to do exactly this. It's currently in beta but the aim is to always have a free version.

I'm using "Zender" which is a free marketing and transactional email service. It provides 2 types of APIs for .NET and PHP developers, you can check it under this link: http://zender.sharptag.com

Another option is https://zapier.com/. They offer a free plan if your usage is low and paid services if you exceed the limited free service. The key advantage is that you can not only receive the emails that then trigger an outgoing HTTP webhook action but you can extract email contents using the connected https://parser.zapier.com/ service. The parsing service will allow filtering out unrelated emails, where only valid contents will then trigger other connected services. Likewise the extracted values can be pass to another HTTP webhook service.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!