---
title: "Send email to admins."
method: POST
path: "/admin/mail"
tags: ["admin"]
---

# Send email to admins.

`POST /admin/mail`

Send email to admins.
Must be a server admin.

## Request body

- object
  - `body` string
  - `subject` string

## Other responses

- `401` — Not authorized
- `403` — Forbidden

---

[API](https://skmtc.net/clowder-framework/apis/clowder.md) · [All operations](https://skmtc.net/clowder-framework/apis/clowder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clowder-framework/clowder/revisions/bcd187478e0d/schema)
