diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-18 11:40:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-18 11:40:48 +0000 |
commit | 75e3ab737cfdfd6a1a9bb15f44d5634dced4ebef (patch) | |
tree | 80b2f7d9da5777d1ef26d4d584b3fa41a8a05911 /config/environment.rb | |
parent | 516cedaa471d0e5ecce601361216de1d2f1e77de (diff) | |
download | redmine-75e3ab737cfdfd6a1a9bb15f44d5634dced4ebef.tar.gz redmine-75e3ab737cfdfd6a1a9bb15f44d5634dced4ebef.zip |
replaced deprecated server_settings with smtp_settings
git-svn-id: http://redmine.rubyforge.org/svn/trunk@249 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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",
|