<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="tessc.192.249.127.7.sslip.io">
        <domain>tessc.192.249.127.7.sslip.io</domain>
        <displayName>tessc.192.249.127.7.sslip.io</displayName>
        <displayShortName>tessc.192.249.127.7.sslip.io</displayShortName>
        <incomingServer type="imap">
            <hostname>mail.tessc.192.249.127.7.sslip.io</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.tessc.192.249.127.7.sslip.io</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
