<clientConfig version="1.1">
 <emailProvider id="aristhe.com">
   <domain>aristhe.com</domain>
   <displayName>aristhe.com MAIL</displayName>
   <incomingServer type="imap">
     <hostname>mx.aristhe.com</hostname>
     <port>993</port>
     <socketType>SSL</socketType>
     <username>%EMAILADDRESS%</username>
     <authentication>password-cleartext</authentication>
   </incomingServer>
   <outgoingServer type="smtp">
     <hostname>mx.aristhe.com</hostname>
     <port>465</port>
     <socketType>SSL</socketType>
     <username>%EMAILADDRESS%</username>
     <authentication>password-cleartext</authentication>
   </outgoingServer>
 </emailProvider>
</clientConfig>
