Skip to main content

Deprecated: Test SMTP Provider

POST 

/smtp/_test

deprecated

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.

Request​

Body

required

    senderAddress stringrequired

    Possible values: non-empty and <= 200 characters

    senderName stringrequired

    Possible values: non-empty and <= 200 characters

    tls boolean
    host stringrequired

    Possible values: non-empty and <= 500 characters

    Make sure to include the port.

    user string
    password string
    receiverAddress stringrequired

    Possible values: non-empty and <= 200 characters

    id string

    Zitadel SMTP provider id in case you are not sending the password and want to reuse the stored password

Responses​

A successful response.

Schema

    object

Loading...