Paul Klumpp 12 anni fa
parent
commit
34ef475e4e
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      config/environments/production.rb

+ 7 - 0
config/environments/production.rb

@@ -20,6 +20,13 @@ Nooo::Application.configure do
   # Generate digests for assets URLs
   config.assets.digest = true
 
+
+  config.action_mailer.delivery_method = :sendmail
+
+  # Don't care if the mailer can't send (false), to care set to true.
+  config.action_mailer.raise_delivery_errors = true
+  config.action_mailer.default_url_options = { :host => 'qwnet-admin.quadaver.org' }
+
   # Defaults to nil and saved in location specified by config.assets.prefix
   # config.assets.manifest = YOUR_PATH