[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

SMTPConfigurationDTO

Properties

boolean
authenticationRequired Optional

Authentication required


string
encryptionType Optional

Possible values are: NONESSLTLS


string
fromEmail Optional

string
password Optional

string
smtpEncryptionPort Optional

SMTP port


string
smtpHostName Optional

SMTP host name


string
userName Optional

User name for SMTP server

JSON Example

{
    "authenticationRequired": true,
    "smtpEncryptionPort": "587/465",
    "smtpHostName": "smtp.office365.com",
    "userName": "myvmwareaccount@vmware.com"
}

Feedback

Was this page helpful?