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