FOR DEMO ONLY
This commit is contained in:
parent
26bb7fcdca
commit
c97b081b2c
7 changed files with 10 additions and 37 deletions
|
|
@ -69,7 +69,7 @@ class Registration < ApplicationRecord
|
|||
|
||||
def send_registration_mail
|
||||
if conference.email_settings.send_on_registration?
|
||||
Mailbot.registration_mail(conference, user).deliver_later
|
||||
Mailbot.registration_mail(conference, user).deliver_now
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue