Emails Has Vendor Info&logo, How To Change It To Marketplace Info&logo

Hello,

The emails sent from my MV site shows the vendor logo and vendor info. I want to have the marketplace own logo and info in the emails instead of the vendor's.

I looked at the Header snippet in the email template. Here is the img tag that brings out the vendor logo:

-----------------------------------------------------------------------------------------------

{{ company_data.company_name }}

-----------------------------------------------------------------------------------------------

And this tag in the footer snippet brings the vendor adress and contact info:

-----------------------------------------------------------------------------------------------

{{ __("contact_information") }}
{{ company_data.company_address }}, {{ company_data.company_city }}

-----------------------------------------------------------------------------------------------

How can I change those to bring the marketplace own logo, adres and contact info instead of the vendor.
Thanks very much!