Customizing woocommerce New Order email subject with product name, customer first name, last name and email address

I need to customize woocommerce New Order email subject with product name, customer first name, last name and email address.

I’ve tried to put {item_names} – {customer_first_name} {customer_last_name} – {customer_email} in the subject of New Order email but it doesn’t work.

So I’d like to see in New Order subject something like this:
[Site name] New Order #00000 – Product name – Joh Doe – [email protected]

Any help?

Thanks in advance

Marco