Closed
Description
Preconditions
- ce 2.1.1
- one store view, using locale de_DE with some german translations for the order confirmation mail. (the actual language is irrelevant as long as there are translations other than en_US so that the problem is shown)
Steps to reproduce
- enable asynchronous mail sending
- create an order in the frontend
- wait for next cron run and check the order confirmation mail
Expected result
- order confirmation mail is in the language de_DE
Actual result
- order confirmation mail is in the language en_US
when turning off asynchronous mail sending, the mail is sent in the correct language, in our case in german. asynchronous mail sending does not seem to be setting the app store context to the correct store.