Search code examples
ruby-on-railsruby-on-rails-4mail-serverzoho

Get zoho emails in my rails application


I am trying to fetch emails received and sent from zoho account. I want to trace all the emails coming to me in outlook or I am sending from outlook.

I have seen zohoCRM, rubyzoho but not able to get things done. Any suggestions on this.


Solution

  • What you are looking for is a way to build a simple email client with ruby.

    There is a simple Ruby Mail library which can get the work done for you. For quick reference, you can check the section "Getting email from a POP server"

    Zoho supports POP Access. You should be able to get the access details from there and use it.

    The Ruby mail library also support IMAP access and so does Zoho.