<?xml version="1.0" encoding="UTF-8"?>
<!-- Thunderbird/Mozilla Autoconfig -->
<!-- Served at: https://autoconfig.plastech-controls.com/mail/config-v1.1.xml -->
<!--        and https://autoconfig.devereux.me.uk/mail/config-v1.1.xml        -->
<clientConfig version="1.1">
  <emailProvider id="plastech-controls.com">
    <domain>plastech-controls.com</domain>
    <domain>devereux.me.uk</domain>
    <domain>townrow.com</domain>
    <displayName>Devereux Mail</displayName>
    <displayShortName>DevMail</displayShortName>
    <incomingServer type="imap">
      <hostname>ee.devereux.me.uk</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>ee.devereux.me.uk</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>
