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