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