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