Skip to content
Snippets Groups Projects
Commit 75e3ab73 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang
Browse files

replaced deprecated server_settings with smtp_settings

git-svn-id: http://redmine.rubyforge.org/svn/trunk@249 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 516cedaa
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment