<clientConfig version="1.1">
    <emailProvider id="mx01.sh-i4.dc2.wizmo.cloud">
        <domain>mx01.sh-i4.dc2.wizmo.cloud</domain>
        <displayName>WIZMO GmbH, your business online</displayName>
        <displayShortName>WIZMO mail services</displayShortName>
        <incomingServer type="imap">
            <hostname>mx01.sh-i4.dc2.wizmo.cloud</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
        </incomingServer>
        <incomingServer type="pop3">
            <hostname>mx01.sh-i4.dc2.wizmo.cloud</hostname>
            <port>995</port>
            <socketType>SSL</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
            <pop3>
                <leaveMessagesOnServer>true</leaveMessagesOnServer>
            </pop3>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mx01.sh-i4.dc2.wizmo.cloud</hostname>
            <port>587</port>
            <socketType>STARTTLS</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
        </outgoingServer>
    </emailProvider>
    <documentation url="https://www.wizmo.de/faq-mail">
        <descr lang="en">Domain list source (requires login)</descr>
    </documentation>
    <webMail>
        <loginPage url="https://sh-i4.dc2.wizmo.cloud/webmail/"/>
    </webMail>
</clientConfig>
