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