# Mailing Queue

*Article Topics:* [*NATS Admin*](/getting-started/common-topics/nats-admin.md)*,* [*Emails*](/getting-started/common-topics/emails.md)

The Mailing Queue creates a list of automated e-mails that are either waiting to be sent or have an error. This feature helps to keep e-mails sent on a regular basis, without allowing the outgoing mail list to pile up.

## In Queue List

<figure><img src="/files/1gsJyY42jqBrsedwV0ha" alt=""><figcaption></figcaption></figure>

The information displayed on the Mailing Queue list includes:

* **Added**: The date and time of the mailing for the email address that was added to the queue.
* **Sent**: The date that the mail was sent. If it is in the queue, then this field will be "In Queue".
* **Type**: Indicates whether the mail is to an affiliate or a member.
* **Details**: This details the subject and the email address that the mailing will be sent to.
* **Errors**: Indicates any errors with sending the email.

### Actions

Available actions for each mail in the queue is to delete the mail for that address or to add the email address to the remove lists. To perform any of these actions, click on the "Actions" button to the right of the corresponding mail and choose your action.

The mailing queue also allows you to perform bulk updates. By checking the checkboxes the left of the mailings, or by using any of the "Check" options at the bottom-left of the table, you can check which mailings you would like to perform a bulk action on. These actions include:

* **Retry Selected Mails**: Retry sending the emails to the members or affiliates.
* **Delete Selected**: Delete the selected mailings.
* **Un-Delete Selected**: This will restore the selected mailings, only if they have been previously deleted. To view deleted mailings, click the "Filter" button and choose the "Show Deleted Only" option under "Visibility".
* **Add Selected to Removal List**: This will add the selected email addresses to the removed lists.

## Errors

The "Errors" tab lists all of the mailings that had an error when being sent.&#x20;

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

## Related Articles

{% content-ref url="/pages/iIjQIW0c1F3dMN0Vwjfk" %}
[Mailing Overview](/nats-admin/mass-mailing/mailing-overview.md)
{% endcontent-ref %}


---

# 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.toomuchmedia.com/nats-admin/mass-mailing/mailing-queue.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.
