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