Stefan Hagspiel
Stefan Hagspiel
Hey @thampe, thanks. I just merged it into master (px support remains on 3.x branch)
@dpfaffenbauer are there any plans for when you will release this beauty?
I'm afraid of this.
Funny! We just experienced this behavior in one of our new shops (not in manually mode but by payum / client workflow).  I'm unable to reproduce it, though... Not...
@dpfaffenbauer: Pimcore doesn't, CoreShop does. Because coreshop uses the `$mail->setDocument()`, pimcore internally calls `setDocumentSettings()` which applies all recipients. After that, coreshop also adds them here: https://github.com/coreshop/CoreShop/blob/b814c70d1ef36b7f43ace5e877735617d4235464/src/CoreShop/Component/Pimcore/Mail.php#L53-L61 Most of the time,...
Removing this part should be safe, I guess? https://github.com/coreshop/CoreShop/blob/b814c70d1ef36b7f43ace5e877735617d4235464/src/CoreShop/Component/Pimcore/Mail.php#L51-L57 This part is covered in `MailProcessor->setDocument()` which triggers the `setDocumentSettings()` method.