From cbbd6299611f63222c216b8c8cb9c537eeaa7670 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Tue, 21 Jul 2015 18:46:48 +0200 Subject: [PATCH] I don't think localhost is the right thing here --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 0ca5e99d..1272287c 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -17,7 +17,7 @@ Rails.application.configure do # if you want to test sending mails locally, uncomment the line below and comment the :sendmail line # config.action_mailer.delivery_method = :letter_opener config.action_mailer.delivery_method = :sendmail - config.action_mailer.default_url_options = { host: 'localhost:3000' } + config.action_mailer.default_url_options = { host: 'justask.local' } config.action_mailer.perform_deliveries = true # Don't care if the mailer can't send. config.action_mailer.raise_delivery_errors = false