# Email throttling

### How it works

When activated, email throttling will add a delay between **each email.**&#x20;

For instance, if you want to send a batch of 6 emails, with a 10minutes throttling setup, it will take 1 hour to send all your emails (6 emails x 10 minutes).

{% hint style="info" %}
Throttling is a global setting, meaning all campaigns sent after changing it will follow the new throttling configuration.

These settings can be updated at any time.
{% endhint %}

### How to activate email throttling

#### 1 - Go to app settings

To activate or edit email throttling, got to app settings from the home screen :

<figure><img src="/files/KGfQQAVnRgbhevdWCd52" alt=""><figcaption><p>Go to app settings to activate throttling</p></figcaption></figure>

#### 2 - Choose throttling mode

From there, you can choose between 3 sending modes :&#x20;

<figure><img src="/files/FhhhKfKXOAg7ojpD93Cc" alt=""><figcaption><p>Choose your throttling mode</p></figcaption></figure>

* **Email blast** (by default) : when selecting this setting emails are sent as fast as possible, with a minimum delay between each emails.
* **Add a delay between each email** : This mode allows you to send emails with a fixed delay.
* **Add a random delay between emails** : This mode is also sending email with throttling, but this time you are not setting the delay between each emails, but the maximum delay between each emails

#### 3 - Select the delay you want to use

If you select a mode with delay, you can now select a delay (or maximum delay) between each emails. (you can select a delay between 1 and 60 minutes) .

<figure><img src="/files/luYx9ykcV6f8OqNXSyah" alt=""><figcaption><p>Select throttling delay</p></figcaption></figure>

Now save your settings, and your next email campaign will be throttled.

{% hint style="warning" %}
For large campaigns, selecting an important delay may considerably increase the time required to deliver the campaign.&#x20;

If you accidentally set a delay that is too long, you can still [cancel the on going email campaign](/support/canceling-an-email-campaign.md).
{% endhint %}


---

# 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://documentation.merge.email/support/email-throttling.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.
