> ## Documentation Index
> Fetch the complete documentation index at: https://ekso.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ekso mail-general

> Singleton tenant mail config (signatures, banners, defaults).

## Overview

Singleton tenant mail config (signatures, banners, defaults).

## Verbs

| Verb     | Description                                        |
| -------- | -------------------------------------------------- |
| `get`    | Get the current mail-general config.               |
| `update` | Replace the mail-general config (body via --data). |
| `block`  | Update one named block (--block, --content).       |

## Detailed help

Run `ekso` directly to see flags and arguments — `--help` reflects the binary you have installed.

```bash theme={null}
ekso mail-general --help
ekso mail-general get --help
```

## See also

* [CLI overview](/cli/overview)
* [Authentication](/cli/authentication)
* [Configuration](/cli/configuration)
* [API Reference](/api-reference/introduction) — the underlying HTTP routes.
