mailcatcher-0.8.0.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.8.0

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 6ab8b99bf0dc26ebdeee2551069b54d0
SHA1 92218aa93d78a9bd2d642d8c10b655d2d5a044ce
SHA256 6ca1fa25641b0996adce8f15535566afeec8e17cc3d32dc1feda83ffd11511b3
SHA512 27287df055b278d84b1d3a38b4326e5f10200c46c9a0a00650c64a863db49aa6b6d6f1a01c3d3ea64c29078a3d09da192e261798f137d6870e6da63858b3c67f

Runtime Dependencies

  • eventmachine (= 1.0.9.1)
  • mail (~> 2.3)
  • rack (~> 1.5)
  • sinatra (~> 1.2)
  • sqlite3 (~> 1.3)
  • thin (~> 1.5.0)
  • skinny (~> 0.2.3)

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

124 KB

Downloads

47

wget

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

Homepage

https://mailcatcher.me

License

MIT License