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