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

# Welcome

Mailofly helps you send email campaigns using your own SMTP or Google accounts, with contacts, templates, automation, and a full REST API.

This documentation has two parts:

## Product guides

Concepts and in-app workflows — what each feature is for, how to use it, and how pieces fit together.

| Guide                                              | Description                        |
| -------------------------------------------------- | ---------------------------------- |
| [Sending accounts](/product-guides/accounts.md)    | SMTP and Google sending identities |
| [Contacts & segments](/product-guides/contacts.md) | Audiences and people               |
| [Email templates](/product-guides/templates.md)    | Reusable message content           |
| [Compose](/product-guides/compose.md)              | One-off sends without a campaign   |
| [Campaigns](/product-guides/campaigns.md)          | Scheduled and automated sends      |
| [Mail logs](/product-guides/mail-logs.md)          | Delivery history and debugging     |
| [API keys](/product-guides/api-keys.md)            | Programmatic access                |

## REST API

Reference for every `/api/v1` endpoint — authentication, request shapes, and examples.

Start with the [API overview](/rest-api/api.md), then open a resource page for full endpoint detail.

***

**App:** [Open Mailofly](https://www.mailofly.com/user/dashboard) · **Support:** <support@mailofly.com>


---

# 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.mailofly.com/readme.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.
