RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Receiving e-mail directly into Mongodb (or other db)

Often you need to receive email which then will be available to your Rails application. Usually it’s done with yet another middle-tier, such as IMAP server and IMAP client. Why not cut the middle man? ReceiveD is a simple LMTP (almost RFC2033 compliant) daemon, which can receive e-mail from Postfix and save it directly to the Mongodb document database.

It can be easily extended to support other backends (PostgreSQL, MySQL, Redis, etc.), but it’s your call!

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in