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