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