<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="ledspot.v-web.com">
        <domain>ledspot.v-web.com</domain>
        <displayName>ledspot.v-web.com</displayName>
        <displayShortName>ledspot.v-web.com</displayShortName>
        <incomingServer type="pop3">
            <hostname>ec2-3-228-95-240.compute-1.amazonaws.com</hostname>
            <port>995</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>ledspot.v-web.com</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
