From 83945b3366ddef5e0a4879c6a2f5d1f60c2a9c69 Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Mon, 30 Jan 2017 15:21:47 +0100 Subject: [PATCH] add mailcatcher comment --- config/environments/development.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/development.rb b/config/environments/development.rb index c181590a8..054e58352 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -42,6 +42,7 @@ Rails.application.configure do config.action_mailer.delivery_method = :smtp config.action_mailer.default_url_options = { host: 'localhost', port: 3000 } + # mailcatcher settings https://mailcatcher.me/ config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025,