]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/action_mailer.rb
Add a "database readonly" state that allows all writes to the database
[rails.git] / config / initializers / action_mailer.rb
index 27030d541150e14534520c15f537997bd19e4c6b..1467b6fe66d8dfc9f600feb177d09d683ee7707e 100644 (file)
@@ -1,6 +1,6 @@
 # Configure ActionMailer
 ActionMailer::Base.smtp_settings = {
-  :address  => "localhost",
-  :port  => 25, 
-  :domain  => 'localhost',
+  :address => 'localhost',
+  :port => 25, 
+  :domain => 'localhost',
 }