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