mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Corrected mailer hostname.
This commit is contained in:
parent
9193bd107b
commit
a82f377551
@ -39,6 +39,6 @@ Pixelhum::Application.configure do
|
||||
:enable_starttls_auto => true
|
||||
}
|
||||
|
||||
config.action_mailer.default_url_options = { :host => "abidownloads.dev" }
|
||||
config.action_mailer.default_url_options = { :host => "template.dev" }
|
||||
|
||||
end
|
||||
|
||||
@ -69,6 +69,6 @@ Pixelhum::Application.configure do
|
||||
}
|
||||
ActionMailer::Base.delivery_method = :smtp
|
||||
|
||||
config.action_mailer.default_url_options = { :host => "abidownloads.herokuapp.com" }
|
||||
config.action_mailer.default_url_options = { :host => "pixelhum_template.herokuapp.com" }
|
||||
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user