Search code examples
rubyemailsinatrapony

Receive email in Ruby sinatra


Is there some way to receive emails with Sinatra? I've seen the pages that say how to do it with RoR, but none without. I have also found out how to send emails with the gem Pony. Thanks!


Solution

  • I believe you are looking for the mail gem (github). It has send and receive capability.

    Update: I forgot that there is a Google Group too