SmtpSettings

Name / Description Type / Format Example
smtpServer string "string"
smtpPort integer int32 0
encryption string "Auto" "Ssl" "Tls"
smtpUsername string "string"
smtpPassword string "string"
accessToken string "string"
expiresAt string date "2025-10-14"
refreshToken string "string"
expiresIn integer int32 0
{
  "smtpServer": "string",
  "smtpPort": 0,
  "encryption": "Auto",
  "smtpUsername": "string",
  "smtpPassword": "string",
  "accessToken": "string",
  "expiresAt": "2025-10-14",
  "refreshToken": "string",
  "expiresIn": 0
}
Contained in Models
MailSettings
Consumed by Operations

- none -

Returned by Operations

- none -