I don't think localhost is the right thing here

This commit is contained in:
pixeldesu 2015-07-21 18:46:48 +02:00
parent 13963c9f04
commit cbbd629961
1 changed files with 1 additions and 1 deletions

View File

@ -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