SmtpSettings

Name / Description Type / Format Example
smtpServer string "string"
smtpPort integer int32 0
encryption string "Auto" "Ssl" "Tls"
smtpUsername string "string"
smtpPassword string "string"
{
  "smtpServer": "string",
  "smtpPort": 0,
  "encryption": "Auto",
  "smtpUsername": "string",
  "smtpPassword": "string"
}
Contained in Models
MailSettings
Consumed by Operations

- none -

Returned by Operations

- none -