aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments
diff options
context:
space:
mode:
authorMarc Florisson2014-02-17 10:39:10 +0100
committerMarc Florisson2014-02-17 10:39:10 +0100
commitdd365aeb43e8ccac4f7d0bd61c959d4e06c26600 (patch)
tree079153228d790dea5fdc5293f286c8abeb251df2 /config/environments
parentab48df59b9510080beef8db58985ba056eac7792 (diff)
downloadchouette-core-dd365aeb43e8ccac4f7d0bd61c959d4e06c26600.tar.bz2
add mailer_sender to production config file
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb3
1 files changed, 2 insertions, 1 deletions
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