> For the complete documentation index, see [llms.txt](https://docs.acymailing.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acymailing.com/old/main-pages/newsletters/simple-sending.md).

# Simple Sending

## Description <a href="#description" id="description"></a>

This feature enables you to send simple mail to a bunch of users (Enterprise only). Emails can be simple or using a template, including tags or not. Using this feature you have to know that no data will be saved on your website, including no statistics.

Please don't use it to send your newsletter to users, use it only as testing purposes.

## How to send an email using Simple Sending feature ? <a href="#how-to-send-an-email-using-simple-sending-feature" id="how-to-send-an-email-using-simple-sending-feature"></a>

![](/files/-MJSJ_9hN8sN4H7HW0HY)

* First select your users with the input at the top of the page. Separate emails using space character.
* Add a content and a subject to your email.
* Press the send button when you have finished.


---

# 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://docs.acymailing.com/old/main-pages/newsletters/simple-sending.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.
