<?xml version="1.0" encoding="UTF-8"?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
  <Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
    <Account>
      <AccountType>email</AccountType>
      <Action>settings</Action>
      <!-- IMAP over SSL/TLS on port 993 -->
      <Protocol>
        <Type>IMAP</Type>
        <Server>imap.jobmedical.es</Server>
        <Port>993</Port>
        <SSL>on</SSL>
        <AuthRequired>on</AuthRequired>
        <LoginName>%EMAILADDRESS%</LoginName>
      </Protocol>
      <!-- SMTP with STARTTLS on port 587 -->
      <Protocol>
        <Type>SMTP</Type>
        <Server>smtp.jobmedical.es</Server>
        <Port>587</Port>
        <Encryption>TLS</Encryption>
        <AuthRequired>on</AuthRequired>
        <LoginName>%EMAILADDRESS%</LoginName>
      </Protocol>
      <!-- Optional: SMTP over SSL/TLS on port 465 -->
      <Protocol>
        <Type>SMTP</Type>
        <Server>smtp.jobmedical.es</Server>
        <Port>465</Port>
        <SSL>on</SSL>
        <AuthRequired>on</AuthRequired>
        <LoginName>%EMAILADDRESS%</LoginName>
      </Protocol>
    </Account>
  </Response>
</Autodiscover>
