<br />
<b>Notice</b>:  Undefined index: emailaddress in <b>/home/web486/htdocs/autoconfig.php</b> on line <b>2</b><br />
<br />
<b>Notice</b>:  Undefined offset: 1 in <b>/home/web486/htdocs/autoconfig.php</b> on line <b>4</b><br />
<?xml version="1.0" encoding="utf-8" ?>
<clientConfig version="1.1">
    <emailProvider id="shw-networks">
        <domain></domain>
        <displayName>Mail</displayName>
        <displayShortName>SHW-Networks</displayShortName>
        <incomingServer type="imap">
            <hostname>imap.domainxyz.net</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>smtp.domainxyz.net</hostname>
            <port>587</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
