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