##// END OF EJS Templates
replaced deprecated server_settings with smtp_settings...
Jean-Philippe Lang -
r246:75e3ab737cfd
parent child
Show More
@@ -41,7 +41,7 Rails::Initializer.run do |config|
41 # See Rails::Configuration for more options
41 # See Rails::Configuration for more options
42
42
43 # SMTP server configuration
43 # SMTP server configuration
44 config.action_mailer.server_settings = {
44 config.action_mailer.smtp_settings = {
45 :address => "127.0.0.1",
45 :address => "127.0.0.1",
46 :port => 25,
46 :port => 25,
47 :domain => "somenet.foo",
47 :domain => "somenet.foo",
General Comments 0
You need to be logged in to leave comments. Login now