Ho we add additional information into email and send to customer when order confirm in shopware 5?
I am taking about befor send emait add some additional information using register events like
l
public function ShopwareModulesOrderSendMailBeforeSend(Enlight\_Event\_EventArgs $arguments) {
/// here some code
}
