]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Change server_settings to smtp_settings to avoid deprecation warning.
[rails.git] / config / environment.rb
index a1382e9e99dcfe42cd4529c15618c02e037fa3e0..ffd64eec9428fa2cd1ea0308b6242ef7a84bb2ed 100644 (file)
@@ -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',