Ruby on Rails Thursday, September 7, 2017

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 rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
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.

No comments:

Post a Comment