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