Home > email_sandbox

email_sandbox

Email_sandbox is a project mainly written in RUBY and JAVASCRIPT, it's free.

Easy Sandboxed Email For Staging

  1. provide an SMTP interface to receive all emails from an application
  2. drop each email into a database
  3. provide an easy web interface to see all the emails that would normally be sent

To deploy you would need to adjust config/deploy.rb

Also you must run the smtp server

ruby script/smtp-server.rb -e 'production|development' -p 'smtp port'

Previous:Finance