SmtpServerSpec
SmtpServerSpec
Represent the settings of an SMTP Server which the system uses to send email notifications and alerts
JSON Example
{
"useAuthentication": false,
"secureMode": "string",
"url": {
"host": "string",
"port": 0,
"ssl": false
},
"sslTrustStore": "string",
"userName": "string",
"password": "string",
"description": "string",
"name": "string"
}
boolean
useAuthentication
Optional
A flag to indicate if the SMTP requires login authentication. If this flag is set to true, caller must provide user name and password
string
secureMode
Optional
Security mode used to connect to the SMTP server
Possible values are : NONE, START_TLS, SSL,
string
sslTrustStore
Optional
The custom ssl trust certs if ssl is enabled
string
userName
Optional
Username to login to server
string
password
Optional
Password to login to the server
string
description
Optional
A human readable description of the entity
string
name
Optional
A human readable name of the entity