---
title: "Test Email Settings"
method: POST
path: "/api/v1/admin/email-settings/test"
tags: ["email-settings"]
---

# Test Email Settings

`POST /api/v1/admin/email-settings/test`

Send a test email to the current user using the saved email configuration.

Uses the persisted settings (not unsaved form values) so the admin
must save first, then test.

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Response `200`

Successful Response

- TestEmailResponse
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/revisions/fd3a41a6260b/schema)
