> For the complete documentation index, see [llms.txt](https://minimateapps.gitbook.io/mini-vacation-or-notify-me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minimateapps.gitbook.io/mini-vacation-or-notify-me/how-to.../how-do-i-set-up-customer-restock-email-notifications.md).

# How do I set up customer restock email notifications?

Go to **Customer Restock Notifications** and turn **Email Alert** **ON (#1)**.

From here, you can:

* Edit the **email subject and content (#2)**
* Set the **sender name** and **reply-to address (#3)**
* Send a **test email** using **Send Test Email  (#4)**

{% hint style="info" %}
All restock emails automatically include **back-in-stock product details**.
{% endhint %}

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

#### Choose your email sending method (#5)

Click the sending method icon to open **Email Sender Configuration**, then choose one of the following options:

**Mini Domain (Recommended)**

* Emails are sent from `notification@minimateapps.com`
* No setup required
* Works immediately

**Custom Email Verification (5 min setup)**

* Send emails from your own email address (e.g. `hello@yourstore.com`)
* A verification email is sent — just click the link to confirm
* Only custom domain emails are supported

{% hint style="warning" %}
Only custom domain emails work (e.g., <you@yourstore.com>). Gmail, Hotmail, etc. are not supported.
{% endhint %}

**Custom Domain Verification (Best deliverability)**

* Verify your full domain via DNS records
* Allows sending from any address on your domain
* Requires adding DNS records in your domain provider

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

#### Customize email content and layout  (#6)

Click the **+ icon** to add:

* Text blocks
* Button blocks
* Image blocks
* Social media blocks

Select any block to edit its content and style from the left panel.

{% hint style="success" %}
Don’t forget to click **Save** after making changes.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://minimateapps.gitbook.io/mini-vacation-or-notify-me/how-to.../how-do-i-set-up-customer-restock-email-notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
