ZITADEL Docs
APIsCore ResourcesV1Instance Objects

Deprecated: Test SMTP Provider

Test an SMTP provider. After testing the provider, the users will receive information about the test results.

Deprecated: please move to the new endpoint TestEmailProviderSMTP.

POST
/smtp/_test

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/smtp/_test" \  -H "Content-Type: application/json" \  -d '{    "senderAddress": "string",    "senderName": "string",    "host": "string",    "receiverAddress": "string"  }'
{}

Was this page helpful?