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