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