<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="techynerds.site">
    <domain>techynerds.site</domain>
    <displayName>TechyNerds Mail Service</displayName>
    <displayShortName>TechyNerds</displayShortName>
    
    <!--  IMAP -->
    <incomingServer type="imap">
      <hostname>mail.techynerds.site</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

    <!--  POP3 -->
    <incomingServer type="pop3">
      <hostname>mail.techynerds.site</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

    <!-- Outgoing -->
    <outgoingServer type="smtp">
      <hostname>mail.techynerds.site</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
    
  </emailProvider>
</clientConfig>
