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