---
title: "POST /mail-sender/test-transport-config"
method: POST
path: "/mail-sender/test-transport-config"
tags: ["mail"]
---

# POST /mail-sender/test-transport-config

`POST /mail-sender/test-transport-config`

Test mail transporter

## Request body

- object
  - `to` string, email, required
  - `message` string
  - `transportConfig` object, required
    - `senderName` string
    - `sender` string, required
    - `host` string, required
    - `port` number, required
    - `secure` boolean
    - `auth` object, required
      - `user` string, required
      - `pass` string, required

## Response `200`

Test mail transporter successfully.

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
