Skip to content

Commit

Permalink
deliver emails now for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Nov 20, 2024
1 parent a952585 commit 6302bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routines/newflow/create_email_for_user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def exec(email:, user:, is_school_issued: nil)
event_type: :email_added_to_user,
event_data: { email: @email }
)
NewflowMailer.signup_email_confirmation(email_address: @email).deliver_later
NewflowMailer.signup_email_confirmation(email_address: @email).deliver_now
end

@email.save
Expand Down

0 comments on commit 6302bfe

Please sign in to comment.