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