TestEmailProviderSMTP
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
curl -X POST "https://loading/email/smtp/_test" \ -H "Content-Type: application/json" \ -d '{ "none": {} }'{}Was this page helpful?
Setup Organization
Setup Organization: Deprecated: use [organization service v2 AddOrganization](/reference/api/org/zitadel.org.v2.OrganizationService.AddOrganization) instead. Create a new organization with an administrative user. If n...
TestEmailProviderSMTPById
Explore the TestEmailProviderSMTPById operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.