开发者

email to api service? does it exist? [closed]

开发者 https://www.devze.com 2022-12-13 16:28 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

开发者_Go百科

Closed 4 years ago.

Improve this question

Is there any service that receives emails users send to me, parse the content and call my API?

I would do it myself but don't want to mess with mailservers, cronjobs, etc

Thanks


I approached this problem a week or so ago whilst trying to provide one of our developers to not write something. There is nothing out of the box or hosted that I've found.

The nearest thing I've seen is a DIY SMTP framework in Python which is quite powerful (Lamson). It allows you to receive email, process it and call external services or store the message content.

http://lamsonproject.org/

Hope this helps.


Google App Engine has a mail API built in, that seems very simple to use, just forward the email to string@appid.appspotmail.com

I will use that, calling the API of my app hosted in heroku.

Thanks Chris for your answer, it is very good to know that a simple email framework exists!


SendGrid.com also offers this service. http://sendgrid.com/docs/API_Reference/Webhooks/parse.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号