From 42492856dbd7b169e919e27d69a51a06f0016ede Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 15 Mar 2013 13:41:46 +0100 Subject: [PATCH] bug mail --- config/environments/production.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index be43460..ccc85fb 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -63,6 +63,10 @@ Survey::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify + + config.action_mailer.default_url_options = { :host => "lepicvert.org" } + + config.action_mailer.delivery_method = :sendmail # Log the query plan for queries taking more than this (works # with SQLite, MySQL, and PostgreSQL)