mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:56:05 +01:00
I don't think localhost is the right thing here
This commit is contained in:
parent
13963c9f04
commit
cbbd629961
1 changed files with 1 additions and 1 deletions
|
@ -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
|
# 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 = :letter_opener
|
||||||
config.action_mailer.delivery_method = :sendmail
|
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
|
config.action_mailer.perform_deliveries = true
|
||||||
# Don't care if the mailer can't send.
|
# Don't care if the mailer can't send.
|
||||||
config.action_mailer.raise_delivery_errors = false
|
config.action_mailer.raise_delivery_errors = false
|
||||||
|
|
Loading…
Reference in a new issue