> 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/getting-started/campaign-basics/basics-send-email.md).

# How to send an email

This article walks through the simplest path to send an email in eMarketeer — from a finished email component to a list of contacts.

We skip the more advanced features here and focus on a straight-up send.

{% hint style="info" %}
Before you start, you need a finished email component. See [Creating your first email](/getting-started/campaign-basics/basics-creating-email.md) if you do not have one yet.
{% endhint %}

{% stepper %}
{% step %}

### Start the send-out

Go to the campaign that contains the email and click **Send**.

<div align="left" data-with-frame="true"><img src="/files/CWUQlrlLPKUrz9c63BU2" alt="Send button on the campaign page"></div>
{% endstep %}

{% step %}

### Choose Send Now

This guide covers sending immediately. You also have the option to schedule the email for a later time.

<div align="left" data-with-frame="true"><img src="/files/uE9rDySKmwkFLaFKD2Ny" alt="Send Now option in the send-out dialog"></div>
{% endstep %}

{% step %}

### Send a test email or send to your contacts

**Option A — Send a test email to yourself (optional)**

To preview the email in your own email client, send yourself a quick test. Type your email address in the address field and click **Quick Send**.

<div align="left" data-with-frame="true"><img src="/files/OOWctPErvJgqznSC3ZsW" alt="Quick Send field for sending a test email to yourself"></div>

**Option B — Send the email to your contact list**

This step has three pages.

If you do not have a contact list yet, see:

* [How to create a new contact list](/guides/contacts-lists/new-contact-list.md)
* [Importing contacts from Excel or a spreadsheet](/guides/contacts-lists/import-contacts-from-excel.md)

First, select **eMarketeer Contact Database**.

<div align="left" data-with-frame="true"><img src="/files/85r1IDll1WoBULvjDTtI" alt="Selecting eMarketeer Contact Database as the recipient source"></div>

Second, select **Contact List**.

<div align="left" data-with-frame="true"><img src="/files/IATLtxTQ2cV9sMvLIZRN" alt="Selecting Contact List as the recipient type"></div>

Third, choose your contact list in the dropdown and click **Add This List**. The example below uses a list called "Example List" with 15 contacts.

<div align="left" data-with-frame="true"><img src="/files/Yngc0L4DA49R8lRXjFcf" alt="Contact list dropdown with Add This List button"></div>
{% endstep %}

{% step %}

### Continue to the checklist

The next page, **2. Send Options**, shows the chosen list of recipients and offers options for more complex send-outs. For a simple send, you can skip the details here.

Click **Continue To Checklist** to proceed.

<div align="left" data-with-frame="true"><img src="/files/aXmE6uwmY86BJAxKonTh" alt="Send Options page with Continue To Checklist button"></div>
{% endstep %}

{% step %}

### Review the checklist and launch

The checklist shows whether any contacts from your list will be excluded from the send. eMarketeer automatically blocks contacts who are unsubscribed or otherwise should not receive the email. You do not usually need to worry about the numbers here — they are handled for you.

If you want the details, see [Understanding the email checklist](/references/references/email/checklist-explained.md).

Click **Launch Email** to address and send the email to the contacts in the list.

<div align="left" data-with-frame="true"><img src="/files/tQFKtZE2t0SsqI1KR66t" alt="Checklist page showing excluded contacts and Launch Email button"></div>
{% endstep %}

{% step %}

### The send-out is complete

After launch, the email is handed to the email servers, which usually finish addressing and sending within a few minutes.

<div align="left" data-with-frame="true"><img src="/files/j2wODQ4mxcLDER4VNErT" alt="Send-out confirmation screen after launch"></div>
{% endstep %}
{% endstepper %}

### What to do next

You can track the send-out and see detailed stats in the email report. See [Email report explained](/references/references/email/email-report-explained.md).


---

# 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:

```
GET https://support.emarketeer.com/getting-started/campaign-basics/basics-send-email.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.
