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