MailServerConfigurationType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Configuration of a particular mail server host.
Item Summary  
Name Type Multiplicity Description
host property
string
[1,1] Mail server host (FQDN or IP address). 
port property
int
[0,1] Mail server port (25 by default). 
username property
string
[0,1] How to authenticate to the mail server. 
password property
ProtectedStringType
[0,1] How to authenticate to the mail server. 
transportSecurity property
MailTransportSecurityType
[0,1] How to ensure transport-level security when sending the message.