Skip to main content
POST
/
api
/
v1
/
mail
/
testSmtpConnection
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/nds.services.email/api/v1/mail/testSmtpConnection \
  --header 'Content-Type: application/json' \
  --data '
{
  "Server": "<string>",
  "DisableSsl": true,
  "Port": 123,
  "UserName": "<string>",
  "Password": "<string>",
  "OAuthProviderId": "<string>"
}
'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json
Server
string | null
DisableSsl
boolean
Port
integer | null
UserName
string | null
Password
string | null
OAuthProviderId
string | null

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null