DesktopDelivery Open Rails emails in your desktop client. Installation In you Gemfile : group :development do gem "desktop_delivery" end Configuration In config/environments/development.rb : config.action_mailer.delivery_method = :desktop_delivery License WTFPL