The first thing you need is the ability to reach out to the mail
server and the emails. There are several plugins that will help with
this. A little Googling and you should find a couple of examples.

The second piece is repeated queries to the mail server. The best way
to do this is use Background Job and have it check your email and then
schedule a new Background Job (simply genius, I wish I had thought of
it). Recursion wins again.

On Mon, Oct 26, 2009 at 3:43 PM, Shpigford <[email protected]> wrote:
>
> The app I'd like to run on Heroku will need to eventually be able to
> receive email.
>
> As an example, a user would send an email to a unique email address
> and then our app would parse the email and do various things with it.
>
> Is that possible with Heroku?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to