ZITADEL Docs
APIsCore ResourcesV1Instance Objects

TestEmailProviderSMTP

POST
/email/smtp/_test

Request Body

application/json

senderAddress?string
senderName?string
tls?boolean
host?string
user?string
password?string
receiverAddress?string
id?string
none*

SMTPNoAuth can be used when no authentication is required for the SMTP connection.

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/email/smtp/_test" \  -H "Content-Type: application/json" \  -d '{    "senderAddress": "string",    "senderName": "string",    "host": "string",    "receiverAddress": "string",    "none": {}  }'
{}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?