Send email when user create new account

This commit is contained in:
Xavier J 2015-12-15 15:17:12 +01:00
parent 372011e4d6
commit 4aedf72631
5 changed files with 36 additions and 6 deletions

View file

@ -37,7 +37,7 @@ Rails.application.configure do
# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr
config.action_mailer.delivery_method = :mailjet
config.action_mailer.delivery_method = :test
config.action_mailer.default_url_options = { :host => 'localhost:3000' }
# Raises error for missing translations