<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="jellyant.com">
        <domain>jellyant.com</domain>
        <displayName>jellyant.com</displayName>
        <displayShortName>jellyant.com</displayShortName>
        <incomingServer type="imap">
            <hostname>j1247.usc1.mysecurecloudhost.com</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>j1247.usc1.mysecurecloudhost.com</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
