<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="gvluxstay.it">
    <domain>gvluxstay.it</domain>
    <displayName>Gvluxstay Mail</displayName>
    <displayShortName>Gvluxstay</displayShortName>
    
    <incomingServer type="imap">
      <hostname>mail.ingrosso.net</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>plain</authentication>
    </incomingServer>
    
    <incomingServer type="pop3">
      <hostname>mail.ingrosso.net</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>plain</authentication>
    </incomingServer>
    
    <outgoingServer type="smtp">
      <hostname>mail.ingrosso.net</hostname>
      <port>587</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>plain</authentication>
      <addThisServer>true</addThisServer>
      <useGlobalPreferredServer>false</useGlobalPreferredServer>
    </outgoingServer>
    
    <outgoingServer type="smtp">
      <hostname>mail.ingrosso.net</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>plain</authentication>
      <addThisServer>true</addThisServer>
      <useGlobalPreferredServer>false</useGlobalPreferredServer>
    </outgoingServer>
  </emailProvider>
</clientConfig>