SmtpSettings
SMTP configuration settings representation.
{
"smtpHost": "string",
"smtpPort": 0,
"smtpUser": "string",
"smtpPassword": "string",
"smtpUseSsl": false,
"smtpStartTls": false
}
SMTP server host.
SMTP server port.
The SMTP user, used for authentication against the configured SMTP server.
SMTP password used with conjunction with smtpUser to form authentication credentials. Note: This property will be always null when read.
Force using SMTP over SSL/TLS for communication with configured SMTP server.
Instructs to upgrade the current non-SSL (plain) SMTP connection to a secure one using SMTP over SSL/TLS for communication with configured SMTP server, if supported by the server.