---
title: "Send Email"
method: POST
path: "/api/email/send"
tags: ["AlertMailer"]
---

# Send Email

`POST /api/email/send`

Sends an email to the specified recipient.

## Headers

- `Authorization` string, required

## Request body

- MailerEmail
  - `attachments` string[]
  - `is_html` boolean
  - `message` string
  - `subject` string
  - `to` string

## Response `200`

Email sent successfully

- string

## Other responses

- `400` — Error in request
- `500` — Error sending email

---

[API](https://skmtc.net/signal18/apis/untitled-api.md) · [All operations](https://skmtc.net/signal18/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signal18/untitled-api/revisions/7465ea0ee21a/schema)
