X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a0e8c35c1b3bfba11a755d9f8e282fc0773d953f..24ee5618ce06105fc8dd7baf641af08d96365c41:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index a1382e9e9..ffd64eec9 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -56,7 +56,7 @@ end # Include your application configuration below SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org' -ActionMailer::Base.server_settings = { +ActionMailer::Base.smtp_settings = { :address => "localhost", :port => 25, :domain => 'localhost',