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