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

# Admin.Mail.General

> Typed SDK access to the Admin.Mail.General resource — methods and HTTP routes.

## Typed access

`Admin.Mail.General` operations are reached via `client.Api.Mail.General` on `EksoClient`.

```csharp theme={null}
await client.Api.Mail.General.ListGeneralAsync();
```

For the full set of methods and request/response types, your IDE's auto-completion
is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in
the [API Reference](/api-reference/introduction).

## Operations

| Method | Route                     | Summary                                                                 |
| ------ | ------------------------- | ----------------------------------------------------------------------- |
| `GET`  | `/api/mail/general`       | Retrieves the general mail settings including signature and stop lists. |
| `PUT`  | `/api/mail/general`       | Replaces the general mail settings with the provided configuration.     |
| `PUT`  | `/api/mail/general/block` | Adds a domain or subject to the mail block list.                        |

## See also

* [SDK overview](/sdk/overview)
* [Authentication](/sdk/authentication)
* [Quickstart](/sdk/quickstart)
* [Error handling](/sdk/error-handling)
