Postman installation Download from https://app.getpostman.com/app/download/linux64 sudo tar -xzf %file_name% -C /opt sudo ln -s /opt/Postman/Postman /usr/local/bin/postman
Install & Configure MailHog Download and make it executable wget https://github.com/mailhog/MailHog/releases/download/v1.0.0/MailHog_linux_amd64 sudo cp MailHog_linux_amd64 /usr/local/bin/mailhog sudo chmod +x /usr/local/bin/mailhog Make MailHog as a service