From 75e3ab737cfdfd6a1a9bb15f44d5634dced4ebef Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 18 Feb 2007 11:40:48 +0000 Subject: [PATCH] replaced deprecated server_settings with smtp_settings git-svn-id: http://redmine.rubyforge.org/svn/trunk@249 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 90cdb8310..a73dc9a4c 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -41,7 +41,7 @@ Rails::Initializer.run do |config| # See Rails::Configuration for more options # SMTP server configuration - config.action_mailer.server_settings = { + config.action_mailer.smtp_settings = { :address => "127.0.0.1", :port => 25, :domain => "somenet.foo",