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