ZITADEL Docs
APIsCore ResourcesV1Instance Objects

UpdateEmailProviderSMTP

PUT
/email/smtp/{id}

Path Parameters

id*string

Request Body

application/json

senderAddress?string
senderName?string
tls?boolean
host?string
user?string
replyToAddress?string
password?string
description?string
none*

SMTPNoAuth can be used when no authentication is required for the SMTP connection.

[key: string]?never

Response Body

application/json

application/json

curl -X PUT "https://loading/email/smtp/string" \  -H "Content-Type: application/json" \  -d '{    "senderAddress": "string",    "senderName": "string",    "host": "string",    "none": {}  }'
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?