mailcatcher-0.9.1.beta2.gem

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/sj26/mailcatcher/script.gem.sh | bash
copy
curl -s https://packagecloud.io/install/repositories/sj26/mailcatcher/script.gem.sh | bash

STEP 2: Install the package
sudo gem install mailcatcher -v=0.9.1.beta2

Runs an SMTP server, catches and displays email in a web interface.

Full description:
      MailCatcher runs a super simple SMTP server which catches any
    message sent to it to display in a web interface. Run
    mailcatcher, set your favourite app to deliver to
    smtp://127.0.0.1:1025 instead of your default SMTP server,
    then check out http://127.0.0.1:1080 to see the mail.

Checksums

MD5 88aadfa83aa8aac320e669e2e970b242
SHA1 7d188b25deb9959e1191d50eeed186b2bdeb7bda
SHA256 47418fa7b58019ca2f0889758d55c22ef631cbdc553a11d2ccc2b781bb9dfe81
SHA512 f8f975b1882f22fb76245bec10bf9ad0d6b37ea86ab3e5a8bf2958ca5bae902ed4a3ad99ef54e6e0ed203a0242fdb45277c12176614372e09129700967d16943

Runtime Dependencies

  • eventmachine (~> 1.0)
  • faye-websocket (~> 0.11.1)
  • mail (~> 2.3)
  • net-smtp (>= 0)
  • rack (~> 1.5)
  • sinatra (~> 1.2)
  • sqlite3 (~> 1.3)
  • thin (~> 1.8)

Development Dependencies

  • capybara (>= 0)
  • capybara-screenshot (>= 0)
  • coffee-script (>= 0)
  • compass (~> 1.0.3)
  • rspec (>= 0)
  • rake (>= 0)
  • rdoc (>= 0)
  • sass (>= 0)
  • selenium-webdriver (>= 0)
  • sprockets (>= 0)
  • sprockets-sass (>= 0)
  • sprockets-helpers (>= 0)
  • uglifier (>= 0)

Files

  • views/index.erb
  • views/404.erb
  • README.md
  • public/favicon.ico
  • public/assets/mailcatcher.js
  • public/assets/mailcatcher.css
  • public/assets/logo.png
  • public/assets/logo_large.png
  • public/assets/logo_2x.png
  • LICENSE
  • lib/mailcatcher.rb
  • lib/mail_catcher/web/application.rb
  • lib/mail_catcher/web.rb
  • lib/mail_catcher/version.rb
  • lib/mail_catcher/smtp.rb
  • lib/mail_catcher/mail.rb
  • lib/mail_catcher/bus.rb
  • lib/mail_catcher.rb
  • bin/mailcatcher
  • bin/catchmail

Uploaded

almost 2 years ago

Package Size

117 KB

Downloads

52

wget

wget --content-disposition "https://packagecloud.io/sj26/mailcatcher/packages/gems/mailcatcher-0.9.1.beta2.gem/download.gem?distro_version_id=rubygem"

Homepage

https://mailcatcher.me

License

MIT License