# ✉️ Avoid receiving emails in the same thread

Sometimes, notification emails from your form can arrive in the same email conversation/thread (for example, Gmail groups them together).

&#x20;If you want each submission to appear as a separate email, follow the steps below.

<figure><img src="https://da76v9kevdkud.cloudfront.net/wp-content/uploads/2022/03/2023-09-13_08-41-46-1024x773.png" alt=""><figcaption></figcaption></figure>

***

### ✅ Why emails go into the same thread

Email services (like **Gmail**) may group messages into one thread when the emails have similar values such as:

* the same **Subject**
* the same **From name/email**
* the same **recipient**
* repeated message headers (email identifiers)

So even if customers submit multiple times, your inbox may show them as a single conversation.

***

### ✅ Solution: Make the subject unique for every submission

The easiest way is to add a **dynamic value** to the email subject, such as:

* submission time
* customer name
* customer email

#### ✅ Example subjects

* `New Contact Form Submission - {{email}}`
* `New Submission from {{first_name}} - {{created_at}}`
* `Form submission #{{submission_id}}`

When the subject changes, most email clients will stop grouping them into the same thread.

***

### 🛠️ Steps to update your email subject (in PowerfulForm)

1. Open the app > click **Forms** > open the form you want to edit
2. Click **Mail icon on the left** > click **Admin**
3. Click the **Form inputs** icon next to the email **Subject** field > select one variable to add it to the email subject. This will make the email subject different for each customer

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

4. Click **Save** to update the changes

✅ New submissions will now arrive as separate emails.

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

***

### 🧪 Test it

1. Submit the form twice using different test data
2. Check your inbox
3. Confirm each submission appears as a separate email.


---

# 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://docs.powerfulform.com/~/revisions/KRfi0fHdeAFeAhiPrH7G/trouble-shooting/avoid-receiving-emails-in-the-same-thread.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.
