Question

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!

Was it helpful?

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top