> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/glover/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/glover/extensions-1/emailer.md).

# Emailer

Emailer is an extension to send Campaign emails to your customers.

## Requirements

1. Make sure you have setup cron job <https://bakoambrose.gitbook.io/fuodz/backend/cron-job>
2. Make sure you have setup your email server settings <https://bakoambrose.gitbook.io/fuodz/backend/email-server-settings>

## HOW TO INSTALL

Here are the steps needed to have **Emailer** installed on your server.

1. Buy/Download the extension
2. Go to extensions menu on your backend
3. Click on **Install** button, and import the **emailer.zip** zipped file that you  downloaded

## HOW TO USE

Before you can start using it, please make sure you have setup email server settings on your backend properly.&#x20;

You can use this extension to send emails to all users or certain role

1. Click extensions on your backend&#x20;
2. Select **Emailer** extension from the list of available extensions
3. After clicking the extension, you will see a page with inputs such as **title/subject, body** and **role**

**SCREENSHOTS**

![](/files/spHECjEyDSdh4S1iKFud)

![](/files/Tc0Uk04QaQEp96YNDt9K)

![](/files/2ENB7RZEjSotitz3jQY9)


---

# 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://edentech.gitbook.io/glover/extensions-1/emailer.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.
