1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Corrected mailer hostname.

This commit is contained in:
Dan Barber 2011-10-13 10:03:55 +01:00
parent 9193bd107b
commit a82f377551
2 changed files with 2 additions and 2 deletions

View File

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

View File

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