---
title: "POST /send_mail"
method: POST
path: "/send_mail"
tags: ["Notifications"]
---

# POST /send_mail

`POST /send_mail`

Create and send an email message to the consumer

## Request body

- SendMail — Creates and sends an Email message
  - `site_identifier` string, required — Identifies your client site.
  - `timestamp` string, required — The Unix Epoch time of the call
  - `version` string, required — The version of the API. This version must match the version associated with your API key pair.
  - `signature` string, required — The HMAC signature that is calculated by running your API Secret Key and the alphabetized, concatenated parameters of the request payload through the SHA256 message digest algorithm.
  - `recipients` string, required — The email addresses where you are sending the email. Use commas to separate email addresses when sending the message to multiple recipients.
  - `subject` string, required — The subject of the email message.
  - `body_text` string, required — The text of the email message. This parameter does not support HTML or special characters like emojis.

## Response `201`

Email Sent

- SendMailResponse
  - `status` string — Provides the status of the request.

---

[API](https://skmtc.net/paynearme/apis/paynearme-api-v3-0.md) · [All operations](https://skmtc.net/paynearme/apis/paynearme-api-v3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paynearme/paynearme-api-v3-0/revisions/44cba4f8b80f/schema)
