SMTPConfigurationDTO
SMTPConfigurationDTO
JSON Example
{
"authenticationRequired": true,
"encryptionType": "string",
"fromEmail": "string",
"password": "string",
"smtpEncryptionPort": "587/465",
"smtpHostName": "smtp.office365.com",
"userName": "[email protected]"
}
boolean
authenticationRequired
Optional
Authentication required
string
encryptionType
Optional
encryptionType
Possible values are : NONE, SSL, TLS,
string
fromEmail
Optional
fromEmail
string
password
Optional
password
string
smtpEncryptionPort
Optional
SMTP port
string
smtpHostName
Optional
SMTP host name
string
userName
Optional
User name for SMTP server