Stefan Hagspiel

Results 67 comments of 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?

Funny! We just experienced this behavior in one of our new shops (not in manually mode but by payum / client workflow). ![image](https://github.com/user-attachments/assets/1a6e92fc-efe1-44e4-a3d3-f04bf8614a38) 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.