---
title: "Send test email"
method: POST
path: "/email-test/send-test"
tags: ["email-test"]
---

# Send test email

`POST /email-test/send-test`

Send a test email to verify SendGrid integration.

This endpoint is for development and testing purposes.
Requires authentication to prevent abuse.

## Request body

- TestEmailRequest — Request model for test email.
  - `to_email` string, required

## Response `200`

Test email sending result

- EmailTestResponse — Response model for email test results.
  - `success` boolean, required
  - `message` string, required
  - `details` object, required

## Other responses

- `422` — Validation Error

---

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