ZITADEL Docs
APIsCore ResourcesV1Instance Objects

AddEmailProviderSMTP

POST
/email/smtp

Request Body

application/json

senderAddress?string
senderName?string
tls?boolean
host?string
user?string
password?string

Deprecated: use [Auth] oneof instead.

replyToAddress?string
description?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" \  -H "Content-Type: application/json" \  -d '{    "none": {}  }'
{
  "details": {
    "sequence": 0,
    "creationDate": "2023-01-15T01:30:15.01Z",
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string"
  },
  "id": "string"
}

Was this page helpful?