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!

有帮助吗?

解决方案

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

其他提示

Rails uses mail gem in order to send and receive emails. This gem can be used in Sinatra just as easily.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top