Processing incoming emails on Heroku
Posted
by Jerry Cheung
on Stack Overflow
See other posts from Stack Overflow
or by Jerry Cheung
Published on 2010-01-21T03:42:02Z
Indexed on
2010/04/09
1:43 UTC
Read the original article
Hit count: 345
heroku
|ruby-on-rails
For my side project kwiqi, I use ActionMailer's 'receive' method to process incoming email messages for tracking my expenses. Heroku doesn't have a local mail server running that same code will not work. One solution I've thought of is to periodically hit a controller action that will pull messages from Gmail. Are there other solutions that are reasonable? Is anyone processing incoming emails in Heroku?
© Stack Overflow or respective owner