Fix sending in-product marketing emails twice
When there were other emails for a given user already sent, we queried the user twice due to the OUTER JOIN. This also raised an exception for the service since it violated the unique constraint on `user`, `series` and `track` when we record the sent emails.
Showing
Please register or sign in to comment