replaced deprecated server_settings with smtp_settings
git-svn-id: http://redmine.rubyforge.org/svn/trunk@249 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
516cedaa47
commit
75e3ab737c
|
@ -41,7 +41,7 @@ Rails::Initializer.run do |config|
|
||||||
# See Rails::Configuration for more options
|
# See Rails::Configuration for more options
|
||||||
|
|
||||||
# SMTP server configuration
|
# SMTP server configuration
|
||||||
config.action_mailer.server_settings = {
|
config.action_mailer.smtp_settings = {
|
||||||
:address => "127.0.0.1",
|
:address => "127.0.0.1",
|
||||||
:port => 25,
|
:port => 25,
|
||||||
:domain => "somenet.foo",
|
:domain => "somenet.foo",
|
||||||
|
|
Loading…
Reference in New Issue