Change server_settings to smtp_settings to avoid deprecation warning.

This commit is contained in:
Tom Hughes 2007-06-10 08:13:03 +00:00
parent a7d41f09eb
commit 24ee5618ce

View 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',