---
title: "Test SMTP settings"
method: POST
path: "/api/tenants/me/smtp/test"
tags: ["Tenants"]
---

# Test SMTP settings

`POST /api/tenants/me/smtp/test`

Send a test email using the tenant's saved SMTP settings (or system defaults if not configured). Only requires recipient email address.

## Request body

- object
  - `to` string, required — Recipient email address

## Response `200`

Test email sent successfully

- MessageResponse
  - `message` string, required

## Other responses

- `400` — SMTP test failed - check settings

---

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