Save Provider Smtp Settings
Endpoint for create SMTP settings
Authorized Roles : PROVIDER
Request
URI
POST
https://{api_host}/provider/smtp-settings
COPY
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
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure