Processing Incoming Email With Rails

Hello
Which is the best way to process incoming email with Rails ? I’m
already googling it and found some link to do it but there are pro and
cons bout it, so which way is the best ?
Thanx

On Wed, Apr 22, 2009 at 7:21 PM, Emanuele T. [email protected]
wrote:

Which is the best way to process incoming email with Rails ?
Checkout GitHub - look/fetcher: download email from POP3 or IMAP and do stuff with it.

Andrew T.
http://ramblingsonrails.com
http://www.linkedin.com/in/andrewtimberlake

“I have never let my schooling interfere with my education” - Mark Twain

Hi,
a good approach is to have rails go check a POP/IMAP mailbox and parse
the emails.

I would attach some code, but it’s in the other HD! :slight_smile: