|
@@ -20,6 +20,13 @@ Nooo::Application.configure do
|
|
|
|
|
|
config.assets.digest = true
|
|
config.assets.digest = true
|
|
|
|
|
|
|
|
+
|
|
|
|
+ config.action_mailer.delivery_method = :sendmail
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ config.action_mailer.raise_delivery_errors = true
|
|
|
|
+ config.action_mailer.default_url_options = { :host => 'qwnet-admin.quadaver.org' }
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|