Update Email Server
Select
SaaS
Customer Managed
This operation updates the configuration for the email server.
- application/json
Request Body
- SMTPServerName string
- SMTPPort integer
- senderEmail string
- senderName string
- encryptionAlgorithm string
- useAuthentication boolean
- username string
- password string
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorString string
- errorCode integer
{
"errorString": "string",
"errorCode": 0
}
{}
Bad Request
Loading...