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