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