Skip to main content

Test SMTP Email Provider

POST 

https://$CUSTOM-DOMAIN/admin/v1/email/smtp/:id/_test

Test an SMTP Email provider identified by its ID. After testing the provider, the users will receive information about the test results.

Request​

Path Parameters

    id stringrequired

Body

required

    receiverAddress stringrequired

    Possible values: non-empty and <= 200 characters

Responses​

A successful response.

Schema

    object

curl -L 'https://$CUSTOM-DOMAIN/admin/v1/email/smtp/:id/_test' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"receiverAddress": "noreply@m.zitadel.cloud"
}'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/admin/v1
Auth
Parameters
— pathrequired
Body required
{
  "receiverAddress": "noreply@m.zitadel.cloud"
}
ResponseClear

Click the Send API Request button above and see the response here!