> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/guides/guides/email-content/configuring-reminder-email.md).

# How to send reminders

Set up a follow-up campaign that automatically skips contacts who already engaged with the original send.

eMarketeer's reminder pattern uses a dynamic Selection of contacts based on engagement with a previous component, such as an email or form. The Selection updates over time, so you can build the reminder before the original campaign goes out and trust it to target only the contacts who still need a nudge.

This guide covers two common scenarios: reminding contacts to read an email they haven't opened, and reminding contacts to register through a form they haven't submitted.

{% stepper %}
{% step %}

### Create an email component to use as the reminder

If you have not built the reminder email yet, see the guide on [creating an email](/getting-started/campaign-basics/basics-send-email.md).
{% endstep %}

{% step %}

### Start the send process and add the original recipients

Choose the same group of contacts you used for the original campaign as your first Recipient Source. If you want to send the reminder later, pick "Scheduled Email" as the sendout type in the first step.
{% endstep %}

{% step %}

### On Step 2, Send Options, click \[Add More Recipients]

Use this button to add the Selection of contacts you want to block from the reminder.

<div align="left" data-with-frame="true"><img src="/files/8cVzZkQTJo1515Hh8K5H" alt="On the page for the second sendout step, click the Add More Recipients button to add the selection of contacts to block later"></div>
{% endstep %}

{% step %}

### Choose "Selection" for the second Recipient Source

<div align="left" data-with-frame="true"><img src="/files/VijxDzdhDZet7wZjBsE1" alt="Selection type recipient list is the last option on the first recipient source options page"></div>
{% endstep %}

{% step %}

### Pick the Selection that matches your reminder

The Selection you pick depends on what the reminder is about. The two examples below cover an email open and a form submission, but other event types are available.

* **Example 1:** To remind contacts to read a previous email, build a Selection of contacts who have opened that email. Those contacts are the ones you will block.

<div align="left" data-with-frame="true"><img src="/files/JobaUKTv2zOXU2dvnYb7" alt="On the second recipient source selections page, select your campaign, then your previous email, then the event type Opened E-mail to block the reminder email sendout to those contacts that already have read the previous email"></div>

* **Example 2:** To remind contacts to register through a form, build a Selection of contacts who have submitted that form. Those contacts are the ones you will block.

<div align="left" data-with-frame="true"><img src="/files/l3po0f0wMUvq72hA4DTX" alt="On the second recipient source selections page, select your campaign, then your form, then the event type Submitted to block the email sendout to registrants to a form in the next step"></div>
{% endstep %}

{% step %}

### Set the Selection's Type to "Block"

The Recipients list now shows both your original group and the new Selection. Change the Type dropdown for the Selection from "Send to" to "Block".

<div align="left" data-with-frame="true"><img src="/files/3fVmotwQiV5GBVTeEqxG" alt="Block Recipients option is found as a dropdown menu option on the row for the recipient source"></div>

A contact in a blocked recipient list is excluded from the send, even if another recipient list would have included them.

For a scheduled email, the Selection re-evaluates over time. Even if it contains zero contacts when you set up the send, it will block the right people at the moment the email goes out.
{% endstep %}

{% step %}

### Continue to the Checklist and send or schedule

Finish the sendout flow to send the reminder now or schedule it for later.
{% endstep %}
{% endstepper %}

If you still have questions, contact support via the channels listed on the [contact page](https://app.emarketeer.com/corporate/gui/help/contact.php) when logged in to your account.


---

# 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://support.emarketeer.com/guides/guides/email-content/configuring-reminder-email.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.
