Skip to content
Snippets Groups Projects
Commit 87a0fa09 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

adding mailcatcher to development env

parent 428d5e18
No related branches found
No related tags found
No related merge requests found
......@@ -54,5 +54,6 @@ Rails.application.configure do
#config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
# Lets define mailcatcher configs
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
config.action_mailer.smtp_settings = { address: 'localhost', port: 1025 }
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment