<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="seguridadgss.com">
        <domain>seguridadgss.com</domain>
        <displayName>seguridadgss.com</displayName>
        <displayShortName>seguridadgss.com</displayShortName>
        <incomingServer type="imap">
            <hostname>mail.seguridadgss.com</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.seguridadgss.com</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
