diff options
| -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 |
