<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">

  <emailProvider id="dns19.net">

    <domain>dns19.net</domain>
    <displayName>1.dns19.net</displayName>

    <incomingServer type="imap">
      <hostname>1.dns19.net</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
      <description>imap - 1.dns19.net</description>
    </incomingServer>

    <outgoingServer type="smtp" useGlobalPreferredServer="false">
      <hostname>1.dns19.net</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
      <description>smtp - 1.dns19.net</description>
    </outgoingServer>

  </emailProvider>
</clientConfig>

