I am using Mailman for reading incoming emails its work fine to read emails 
from single accounts.But I want to read incoming emails from multiple 
accounts without forwarding emails.

Mailman.config.pop3 = {
  server: 'pop.gmail.com', port: 995, ssl: true,
  username: '<USER-EMAIL>',
  password: '<USER-PASSWORD>'
}

Mailman::Application.run do
  default do

      "Email reads"

  end

*end*

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/493eda36-3acd-475d-b8fa-5b7543d84013%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to