API Docs / Schemas / SmtpSettingsResponseDto

SmtpSettingsResponseDto

SMTP settings response (passwords are never returned)

Properties

Name Type Description
hoststring

SMTP server host

SMTP server host

portinteger

SMTP server port

SMTP server port

encryptionenum

SMTP encryption methods

Auto Ssl Tls

SMTP encryption methods

Auto Ssl Tls

requiresAuthenticationboolean

Indicates whether the SMTP server requires authentication

Indicates whether the SMTP server requires authentication

usernamestring

SMTP username

SMTP username

hasPasswordboolean

Whether a password is configured (true/false, actual password never returned)

Whether a password is configured (true/false, actual password never returned)

timeoutinteger

Connection timeout in milliseconds

Connection timeout in milliseconds

JSON Example

{
  "host": "string",
  "port": 0,
  "encryption": "Auto",
  "requiresAuthentication": false,
  "username": "string"
}

Contained in Schemas