]> source.dussan.org Git - redmine.git/commitdiff
replaced deprecated server_settings with smtp_settings
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 18 Feb 2007 11:40:48 +0000 (11:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 18 Feb 2007 11:40:48 +0000 (11:40 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@249 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/environment.rb

index 90cdb83106fa7d554104c05f0196291e53cdd85e..a73dc9a4c41c7b8ad7cc8dd3f2cbba8bb95c5562 100644 (file)
@@ -41,7 +41,7 @@ Rails::Initializer.run do |config|
   # See Rails::Configuration for more options\r
   \r
        # SMTP server configuration\r
-       config.action_mailer.server_settings = {\r
+       config.action_mailer.smtp_settings = {\r
                :address => "127.0.0.1",\r
                :port => 25,\r
                :domain => "somenet.foo",\r