---
title: "Test Smtp Settings"
method: POST
path: "/settings/smtp/test"
tags: ["settings"]
---

# Test Smtp Settings

`POST /settings/smtp/test`

Test SMTP settings

## Request body

- SMTPSettings
  - `host` string, required
  - `port` integer, required
  - `from_email` string, required
  - `username` string
  - `password` string, password
  - `secure` boolean
  - `to_email` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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