@@ -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.s |
|
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