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