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