aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 0b4eab7d2..f59a34a23 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -37,8 +37,9 @@ Rails.application.configure do
#config.active_record.auto_explain_threshold_in_seconds = (RUBY_PLATFORM == "java" ? nil : 0.5)
config.action_mailer.default_url_options = { :host => 'localhost:3000' }
+ config.action_mailer.default_options = { from: 'Stif BOIV <stif-boiv@af83.com>' }
+ config.action_mailer.delivery_method = :letter_opener
- config.action_mailer.delivery_method = :letter_opener
# change to true to allow email to be sent during development
config.action_mailer.perform_deliveries = true
config.action_mailer.raise_delivery_errors = true