@@ -43,7 +43,7 @@ Huginn::Application.configure do |
||
43 | 43 |
if ENV['SEND_EMAIL_IN_DEVELOPMENT'] == 'true' |
44 | 44 |
config.action_mailer.delivery_method = :smtp |
45 | 45 |
else |
46 |
- config.action_mailer.delivery_method = :letter_opener |
|
46 |
+ config.action_mailer.delivery_method = :letter_opener_web |
|
47 | 47 |
end |
48 | 48 |
# smtp_settings moved to config/initializers/action_mailer.rb |
49 | 49 |
end |