开发者

email2db open source alternative [closed]

开发者 https://www.devze.com 2023-02-03 13:44 出处:网络
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.

Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

please do you know of an open source alternative for email2db,

or some module in ruby or php that allows me to interact with emails, I want to open a link from an e开发者_开发知识库mail and send the data from the attachment to a mysql,

thank you very much!


You can configure postfix to send incoming mails to a certain script that parses it and stores data in your database:

How do I painlessly receive mail in linux and feed it to Rails?

This way you can easily create your own scripts that handle incoming emails

0

精彩评论

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