Skip to content

Commit 6302bfe

Browse files
committed
deliver emails now for debugging
1 parent a952585 commit 6302bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routines/newflow/create_email_for_user.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def exec(email:, user:, is_school_issued: nil)
1717
event_type: :email_added_to_user,
1818
event_data: { email: @email }
1919
)
20-
NewflowMailer.signup_email_confirmation(email_address: @email).deliver_later
20+
NewflowMailer.signup_email_confirmation(email_address: @email).deliver_now
2121
end
2222

2323
@email.save

0 commit comments

Comments
 (0)