projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d41f0
)
Change server_settings to smtp_settings to avoid deprecation warning.
author
Tom Hughes
<tom@compton.nu>
Sun, 10 Jun 2007 08:13:03 +0000
(08:13 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 10 Jun 2007 08:13:03 +0000
(08:13 +0000)
config/environment.rb
patch
|
blob
|
history
diff --git
a/config/environment.rb
b/config/environment.rb
index a1382e9e99dcfe42cd4529c15618c02e037fa3e0..ffd64eec9428fa2cd1ea0308b6242ef7a84bb2ed 100644
(file)
--- a/
config/environment.rb
+++ b/
config/environment.rb
@@
-56,7
+56,7
@@
end
# Include your application configuration below
SERVER_URL = ENV['OSM_SERVER_URL'] || 'www.openstreetmap.org'
-ActionMailer::Base.s
erver
_settings = {
+ActionMailer::Base.s
mtp
_settings = {
:address => "localhost",
:port => 25,
:domain => 'localhost',