How to send addition information to customer?

Ho we add additional information into email and send to customer when order confirm in shopware 5?

Hi,

you can edit the email templates easily:

Is this, what you are looking for?

Best regards,

Daniel

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

}