remove name from onboarder email
This commit is contained in:
parent
d9c375df83
commit
6e8e509108
|
|
@ -336,7 +336,7 @@ module JamRuby
|
|||
if onboarder_id_changed? && onboarder_id
|
||||
AdminMailer.ugly({to: onboarder.email, cc: 'support@jamkazam.com',
|
||||
subject:'New student assigned to you',
|
||||
body: "Hi #{onboarder.first_name},\n\nA new student has been assigned to you for onboarding. Please send the first introductory email to this student ASAP, and update the onboarding console to start tracking.\n\nNew User Email: #{email}\nNew User Name: #{name}\n\nOnboarding Management: https://www.jamkazam.com/client#/account/onboarder\n\nThanks!\n\nRegards,\nTeam JamKazam"}).deliver_now
|
||||
body: "Hi #{onboarder.first_name},\n\nA new student has been assigned to you for onboarding. Please send the first introductory email to this student ASAP, and update the onboarding console to start tracking.\n\nNew User Email: #{email}\n\nOnboarding Management: https://www.jamkazam.com/client#/account/onboarder\n\nThanks!\n\nRegards,\nTeam JamKazam"}).deliver_now
|
||||
end
|
||||
if first_onboarding_free_lesson_at_changed? || first_onboarding_paid_lesson_at_changed? || second_onboarding_free_lesson_at?
|
||||
updates[:stuck_take_flesson] = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue