<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
    <emailProvider id="netaris.de">
        <domain>netaris.de</domain>
        <domain>pv-schweisstechnik.de</domain>
        <domain>mo-schweisstechnik.de</domain>
        <displayName>netaris GmbH</displayName>
        <displayShortName>netaris</displayShortName>
        <incomingServer type="imap">
            <hostname>imap.ox.connecteeva.io</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>smtp.ox.connecteeva.io</hostname>
            <port>587</port>
            <socketType>STARTTLS</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
        </outgoingServer>
    </emailProvider>
</clientConfig>
