diff options
| author | Marc Florisson | 2014-02-17 10:39:10 +0100 | 
|---|---|---|
| committer | Marc Florisson | 2014-02-17 10:39:10 +0100 | 
| commit | dd365aeb43e8ccac4f7d0bd61c959d4e06c26600 (patch) | |
| tree | 079153228d790dea5fdc5293f286c8abeb251df2 | |
| parent | ab48df59b9510080beef8db58985ba056eac7792 (diff) | |
| download | chouette-core-dd365aeb43e8ccac4f7d0bd61c959d4e06c26600.tar.bz2 | |
add mailer_sender to production config file
| -rw-r--r-- | config/environments/production.rb | 3 | 
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  | 
