# Resend emails to customers

This article will walk you through how to resend various emails to your customers.

* [Order Confirmation](#checkoutchampresendingemailstocustomers-orderconfirmation)
* [Refund/Void](#checkoutchampresendingemailstocustomers-refund-void)
* [Subscription Cancellation](#checkoutchampresendingemailstocustomers-subscriptioncancellation)
* [Fulfillment Shipped](#checkoutchampresendingemailstocustomers-fulfillmentshipped)

***

### Order Confirmation <a href="#checkoutchampresendingemailstocustomers-orderconfirmation" id="checkoutchampresendingemailstocustomers-orderconfirmation"></a>

There are two ways to resend any “All Orders” or “Initial Orders” emails:

* Open the customer order to view the Order Summary page. On the right side of the page, click the Resend Email button

<figure><img src="/files/ukJZ9VlejaNhW7A73IPk" alt=""><figcaption></figcaption></figure>

* To resend multiple order confirmation emails at once, navigate to **Reports → Customers → Order Details** and filter to the orders who need their emails resent.
* Above the table headers, click **show/hide batch updates** and choose the **Resend Order Confirmation Emails** option. Then choose the orders (can select all by clicking “Select” on the table header) and submit the update.

<figure><img src="/files/nX9Hs5a5n6qfO7yf9nTa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/i1Q6takbFRsDwnOlx8NF" alt=""><figcaption></figcaption></figure>

### Refund/Void <a href="#checkoutchampresendingemailstocustomers-refund-void" id="checkoutchampresendingemailstocustomers-refund-void"></a>

Refund and Void emails can be resent using the Actions button on each customer transaction.

<figure><img src="/files/pikPxPRWEnk7J5nLfyCl" alt=""><figcaption></figcaption></figure>

### Subscription Cancellation <a href="#checkoutchampresendingemailstocustomers-subscriptioncancellation" id="checkoutchampresendingemailstocustomers-subscriptioncancellation"></a>

Cancellation emails for recurring products can be resent from the purchase details page. This can be found by navigating to the customer’s profile and then clicking on the customer’s subscription purchase.

<figure><img src="/files/MLyl5o17Ajztr6KFDk7J" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/2YYQhVJ88lniet66vxj8" alt="" width="375"><figcaption></figcaption></figure>

### Fulfillment Shipped <a href="#checkoutchampresendingemailstocustomers-fulfillmentshipped" id="checkoutchampresendingemailstocustomers-fulfillmentshipped"></a>

To resend “All Fulfillment” and “Initial Fulfillment” emails, navigate to **Fulfillment → Search Fulfillments** and filter to the orders who need their emails resent.

Above the table headers, **click show/hide batch updates** and choose the **Resend Order Confirmation Emails** option. Then choose the orders (can select all by clicking “Select” on the table header) and submit the update.

<figure><img src="/files/spYy86twlz9hfKBpU4mE" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.checkoutchamp.com/crm/customer-section/customer-service/resend-emails-to-customers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
