From dd365aeb43e8ccac4f7d0bd61c959d4e06c26600 Mon Sep 17 00:00:00 2001 From: Marc Florisson Date: Mon, 17 Feb 2014 10:39:10 +0100 Subject: add mailer_sender to production config file --- config/environments/production.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 37273282a..70da48605 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -79,7 +79,8 @@ ChouetteIhm::Application.configure do config.action_mailer.default_url_options = { :host => 'hostname.com' } - + # Configure the e-mail address which will be shown in Devise::Maile + config.mailer_sender = "appli@chouette.mobi" # mailer configuration : # by default : set to smtp on windows platforms and sendmail on unix one -- cgit v1.2.3