---
title: "send a mail"
method: POST
path: "/api/v1/mails/{mailServerID}/messages"
tags: ["messages"]
---

# send a mail

`POST /api/v1/mails/{mailServerID}/messages`

## Path parameters

- `mailServerID` string, required

## Request body

- Model3
  - `html` string
  - `text` string
  - `subject` string, required
  - `to` string, required
  - `from` string, required
  - `replyTo` string
  - `attachments` Model2[]
    - `name` string, required
    - `content_type` string, required
    - `data` string, required

## Response `201`

OK

- object
  - `status` string

## Other responses

- `400` — Bad Request
- `403` — No valid dns records exists for this mail server
- `404` — Mail Server not found
- `406` — The source and destination addresses must not be the same
- `429` — Too mnay requests
- `500` — Unexpected error

## Changes

- **2023-10-06** `6ba885651c6f` — 1 breaking, 2 info
  - removed the media type `*/*` from the request body
  - added the media type `application/json` to the request body
  - added the media type `application/json` for the response with the status `201`
- **2023-10-04** `c63802bd8a38` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/liara-cloud/apis/liara-mail-api-documentaion/changes/api/v1/mails/:mailServerID/messages/post.md)

---

[API](https://skmtc.dev/liara-cloud/apis/liara-mail-api-documentaion.md) · [All operations](https://skmtc.dev/liara-cloud/apis/liara-mail-api-documentaion/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liara-cloud/liara-mail-api-documentaion/revisions/5ae39ee353b2/schema)
