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