Update Provider Smtp Settings

Update Provider Smtp Settings

Endpoint to update SMTP settings
Authorized Roles : PROVIDER

Request
URI
PUT
https://{api_host}/provider/smtp-settings/{stype}
COPY
Path Parameters
string
stype
Required

Type of SMTP setting


Request Body
ProviderSmtpSettingsDto of type(s) application/json
Required
{
    "senderEmail": "string",
    "smtpHost": "string",
    "smtpPort": 0,
    "username": "string",
    "password": "string",
    "authEnabled": false,
    "autoTls": false,
    "thumbprint": "string"
}
string
senderEmail
Required

senderEmail

string
smtpHost
Required

smtpHost

integer As int32 As int32
smtpPort
Required

smtpPort

string
username
Optional

username

string
password
Optional

password

boolean
authEnabled
Optional

authEnabled

boolean
autoTls
Optional

autoTls

string
thumbprint
Optional

thumbprint

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure