mailcatcher-ng 1.0.0
MailCatcher NG runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher NG, 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.
Gemfile:
=
install:
=
Runtime Dependencies (9):
eventmachine
~> 1.2.7
faye-websocket
~> 0.12.0
mail
~> 2.9
net-smtp
~> 0.5.1
ostruct
~> 0.6.3
rack
~> 3.2.4
sinatra
~> 4.2.1
sqlite3
~> 2.9
thin
~> 2.0
Development Dependencies (11):
capybara
~> 3.40
capybara-screenshot
~> 1.0, >= 1.0.26
coffee-script
~> 2.4, >= 2.4.1
rake
~> 13.3, >= 13.3.1
rdoc
~> 7.0, >= 7.0.3
rspec
~> 3.13, >= 3.13.2
rubocop
~> 1.82.1
selenium-webdriver
~> 4.39
sprockets
>= 0
sprockets-helpers
>= 0
uglifier
~> 4.2, >= 4.2.1