I don't think localhost is the right thing here
This commit is contained in:
parent
13963c9f04
commit
cbbd629961
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue