best way to receive email for multiple domains with multiple user accouts into rails app

Posted by rick moss on Stack Overflow See other posts from Stack Overflow or by rick moss
Published on 2010-06-16T09:40:46Z Indexed on 2010/06/16 9:42 UTC
Read the original article Hit count: 439

hi all

I have a cms that runs on multiple domains and therefore needs to pull emails into the app for multiple email addresses.

I have setup rackspace email for a hosted email solution and am trying to find the best way to pull the emails into my app from all the mailboxes.

Should i be using pop3 or imap ? should i be pulling into a que system then into rails app ? Is there a gem / plugin for this ?

thanks alot for help in advance Rick

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby