diff --git a/config/environments/production.rb b/config/environments/production.rb index ed1bed5..8ca7dc5 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -85,6 +85,11 @@ CMSnb::Application.configure do config.action_mailer.default_url_options = { :host => "http://new.st-etienne-de-crossey.fr" } - config.action_mailer.delivery_method = :sendmail + config.action_mailer.delivery_method = :smtp + config.action_mailer.smtp_settings = { + :address => "localhost", + :port => 25 + } + end