Email reads from multiple accounts

15 views
Skip to first unread message

Aqib Hameed

unread,
Sep 8, 2017, 1:07:15 AM9/8/17
to Ruby on Rails: Talk
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

Christoph Lupprich

unread,
Sep 8, 2017, 1:25:58 PM9/8/17
to Ruby on Rails: Talk
I think this PR might be interesting for you: https://github.com/mailman/mailman/pull/73
Reply all
Reply to author
Forward
0 new messages