Send email when user create new account
This commit is contained in:
parent
372011e4d6
commit
4aedf72631
5 changed files with 36 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue