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