---
title: "POST /messages/send-raw.json"
method: POST
path: "/messages/send-raw.json"
---

# POST /messages/send-raw.json

`POST /messages/send-raw.json`

Take a raw MIME document for a message, and send it exactly as if it were sent through Mandrill's SMTP servers

## Request body

- MessagesSendRaw
  - `async` boolean
  - `from_email` string
  - `from_name` string
  - `ip_pool` string
  - `key` string
  - `raw_message` string
  - `return_path_domain` unknown
  - `send_at` string
  - `to` string[]

## Response `200`

OK

---

[API](https://skmtc.net/apis-guru/apis/mandrill.md) · [All operations](https://skmtc.net/apis-guru/apis/mandrill/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apis-guru/mandrill/versions/28967a019827/schema)
