---
title: "Test smtp configuration"
method: GET
path: "/api/v1/configuration/smtp/test"
---

# Test smtp configuration

`GET /api/v1/configuration/smtp/test`

Test smtp configuration

## Response `200`

success

- SmtpConfiguration
  - `valid` boolean
  - `connectProtectionList` string[]
  - `host` string
  - `port` integer
  - `connect-protection` 'None' | 'StartTls' | 'SslTls'
  - `trust-host` boolean
  - `from-name` string
  - `from-email-address` string
  - `requires-authentication` boolean
  - `user-name` string
  - `password` string
  - `key-store` string
  - `key-store-password` string
  - `key-store-alias` string
  - `signing-algorithm` string

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/gluufederation/apis/oxtrust-api.md) · [All operations](https://skmtc.net/gluufederation/apis/oxtrust-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gluufederation/oxtrust-api/versions/283dde2d4ad4/schema)
