From ceee8ed63bb8f3acc8b9eb82ffc810b561375833 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 5 Jul 2013 11:32:54 -0400 Subject: [PATCH] Put back mailcatcher config in development.rb --- config/environments/development.rb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index d5001a722b6..cd91e41ab9b 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -33,15 +33,7 @@ Discourse::Application.configure do config.handlebars.precompile = false # we recommend you use mailcatcher https://github.com/sj26/mailcatcher - config.action_mailer.delivery_method = :smtp - config.action_mailer.smtp_settings = { - :address => "smtp.mailgun.org", - :port => 587, - :domain => 'domain.com', - :user_name => 'postmaster@domain.com', - :password => 'secretpass', - :authentication => 'plain', - :enable_starttls_auto => true } + config.action_mailer.smtp_settings = { address: "localhost", port: 1025 } config.action_mailer.raise_delivery_errors = true