---
title: "POST /api/_health/email/"
method: POST
path: "/api/_health/email/"
tags: ["Health"]
---

# POST /api/_health/email/

`POST /api/_health/email/`

Sends a test email to the provided email address. Useful for testing Baserow's email configuration as errors are clearly returned.

## Request body

- EmailTesterRequest
  - `target_email` string, email, required

## Response `200`

- EmailTesterResponse
  - `succeeded` boolean, required — Whether or not the test email was sent successfully.
  - `error_stack` string, nullable — The full stack trace and error message if the test email failed.
  - `error_type` string, nullable — The type of error that occurred if the test email failed.
  - `error` string, nullable — A short message describing the error that occured if the test email failed

## Other responses

- `400`

---

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