New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mailbin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailbin

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

📬 Mailbin

Preview emails sent from ActionMailer in the browser.

Mailbin writes emails to tmp/mailbin for easy access and testing.

📦 Installation

Add Mailbin to your Gemfile:

bundle add "mailbin"

Configure Rails to send emails to Mailbin:

# config/environments/development.rb
config.action_mailer.delivery_method = :mailbin
config.action_mailer.perform_deliveries = true

Add the routes to view emails with MailBin:

Rails.application.routes.draw do
  mount Mailbin::Engine => :mailbin if Rails.env.development?
end

Usage

Open http://localhost:3000/mailbin to view your emails in development.

Contributing

If you have an issue you'd like to submit, please do so using the issue tracker in GitHub. In order for us to help you in the best way possible, please be as detailed as you can.

If you'd like to open a PR please make sure the following things pass:

bin/rails db:test:prepare
bin/rails test
bin/rubocop -A

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 21 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc