forked from fixin.me/fixin.me
Add registration redirection and mail confirmation sending
This commit is contained in:
@@ -35,6 +35,8 @@ module FixinMe
|
||||
#
|
||||
# URL to use in sent e-mails.
|
||||
config.action_mailer.default_url_options = {host: 'localhost'}
|
||||
# https://guides.rubyonrails.org/configuring.html#config-action-mailer-delivery-method
|
||||
config.action_mailer.delivery_method = :sendmail
|
||||
|
||||
# List of hosts this app is available at.
|
||||
# https://guides.rubyonrails.org/configuring.html#actiondispatch-hostauthorization
|
||||
|
||||
Reference in New Issue
Block a user