Skip to content

Instantly share code, notes, and snippets.

@smmoosavi
Last active February 7, 2017 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smmoosavi/70a2c8132ceb57c88720ece5b613c54f to your computer and use it in GitHub Desktop.
Save smmoosavi/70a2c8132ceb57c88720ece5b613c54f to your computer and use it in GitHub Desktop.
how to install mailcatcher

Install mailcatcher

install rvm

src

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable --ruby

and close and reopen your terminal.

install mailcatcher

src

rvm default@mailcatcher --create do gem install mailcatcher  -v 0.5.12
rvm wrapper default@mailcatcher --no-prefix mailcatcher catchmail

run mailcatcher

mailcatcher -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment