Mail Settings Controller

get
Authorizations
Responses
200
OK
*/*
get
GET /api/mail/settings HTTP/1.1
Host: inscada.cloud
Accept: */*
{
  "creationDate": "2025-07-05T19:42:49.083Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-07-05T19:42:49.083Z",
  "id": "text",
  "username": "text",
  "smtpHost": "text",
  "smtpPort": 1,
  "password": "text",
  "transportStrategy": "SMTP",
  "fromAddress": "text"
}
put
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
usernamestring · max: 50Required
smtpHoststring · max: 50Required
smtpPortinteger · int32Required
passwordstring · max: 60Required
transportStrategystring · enumRequiredPossible values:
fromAddressstring · max: 255Required
Responses
204
No Content
put
PUT /api/mail/settings HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 128

{
  "id": "text",
  "username": "text",
  "smtpHost": "text",
  "smtpPort": 1,
  "password": "text",
  "transportStrategy": "SMTP",
  "fromAddress": "text"
}

No content