# Email

Exporteo is able to send order data by email. You can use this destination channel to integrate with external systems, or to send invoices to your customers.

<figure><img src="https://1315397457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MESR3wemEwg3-wBmPY1%2Fuploads%2Fgit-blob-b8add5b92522ca4c4fd995d07b11a1f4e945790f%2Fimage.png?alt=media" alt=""><figcaption><p>Exporteo email destination settings</p></figcaption></figure>

### From

The **From** address is always \<store>@exporteo.solvenium.com, where \<store> is your Shopify account handle.

### To

The **To** address can be either a fixed email address or dynamically generated from a Liquid code.

For example, you can send the email to the customer who placed the order by using the following Liquid expression `{{ order.email }}`.

<figure><img src="https://1315397457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MESR3wemEwg3-wBmPY1%2Fuploads%2Fgit-blob-fcf1c5396ae1d8bf33d216c59ee7163bb845e3f2%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

### Reply To

Optionally, you can set a **Reply To** address. This is useful when sending emails to customers. They can reply to you, instead of Exporteo's source address.

### Subject

The **Subject** field accepts a Liquid code. The main variable is `order` in automations that process a single order or `orders` in the bulk mode.

Useful Liquid expressions for the Subject field:

* `{{ order.name }}` - order number with prefix, e.g. #1023
* `{{ order.order_number }}` - order number starting from 1000, e.g. 1023
* `{{ order.created_at | date: "%Y-%m-%d" }}` - order creation date formatted as year-month-day, e.g. 2023-04-05

### Output as

You can send the generated output as email content or as an attachment.

Selecting the *Content* option changes the list of available formats to CSV, HTML, JSON, and XML.

PDF and XLSX can be only send as an attachment.
