]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
various fixes
[rails.git] / config / environment.rb
index 03e9560821839cbffa4b71b359ecc0a2c396272b..781d332d9c9afc546104144d05c5d28064ba76d8 100644 (file)
@@ -50,4 +50,11 @@ end
 #   inflect.uncountable %w( fish sheep )
 # end
 
-# Include your application configuration below
\ No newline at end of file
+# Include your application configuration below
+
+
+ActionMailer::Base.server_settings = {
+  :address  => "localhost",
+  :port  => 25, 
+  :domain  => 'localhost',
+}