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