How to Install ruby-mail-room in Ubuntu 18.04



Install ruby-mail-room by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-mail-room

Description:

Forward mail from gmail IMAP to a callback URL or job worker, simply

mail_room is a configuration based process that will idle on IMAP connections and execute a delivery method when a new message is received. Examples of delivery methods include: POST to a delivery URL (Postback) Queue a job to Sidekiq or Que for later processing (Sidekiq or Que) Log the message or open with LetterOpener (Logger or LetterOpener)

Homepage: http://github.com/tpitale/mail_room

Version: 0.9.1-2

Section: universe/ruby