Save Provider Smtp Settings

Save Provider Smtp Settings

Endpoint for create SMTP settings
Authorized Roles : PROVIDER

Request
URI
POST
/provider/smtp-settings
COPY
Request Body
ProviderSmtpSettingsDto of type(s) application/json
Required
{
    "senderEmail": "string",
    "smtpHost": "string",
    "smtpPort": "integer",
    "username": "string",
    "password": "string",
    "authEnabled": "boolean",
    "autoTls": "boolean",
    "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