<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="justgo.site">
        <domain>justgo.site</domain>
        <displayName>justgo.site</displayName>
        <displayShortName>justgo.site</displayShortName>
        <incomingServer type="imap">
            <hostname>duckpond.cpanel.qa</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>duckpond.cpanel.qa</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
