Skip to main content

¿Necesitas ayuda?

Ayuda con el servicio de Correo

0 article

Configurar un cliente de correo electrónico

<!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Configurar un cliente de correo electrónico</title> <style> body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; line-height: 1.6; color: #1f2328; max-width: 46rem; margin: 0 auto; padding: 1.5rem; } h1 { font-size: 1.75rem; border-bottom: 1px solid #d8dee4; padding-bottom: .3rem; } h2 { font-size: 1.3rem; margin-top: 2rem; } table { border-collapse: collapse; width: 100%; margin: 1rem 0; } th, td { border: 1px solid #d8dee4; padding: .5rem .75rem; text-align: left; vertical-align: top; } th { background: #f6f8fa; } code { background: #f6f8fa; padding: .15em .35em; border-radius: 4px; font-size: .9em; } blockquote { margin: 1rem 0; padding: .25rem 1rem; border-left: 4px solid #d8dee4; color: #57606a; } img { max-width: 100%; height: auto; border: 1px solid #d8dee4; border-radius: 6px; } figure { margin: 1rem 0; } </style> </head> <body> <h1>Configurar un cliente de correo electrónico</h1> <p>Guía de configuración de clientes de correo. Te recomendamos el uso de <strong>Thunderbird</strong> para todos los sistemas operativos.</p> <p>Este manual funciona para los siguientes clientes de correo:</p> <ul> <li><a href="https://www.thunderbird.net/es-ES/">Thunderbird</a></li> <li>Outlook</li> <li>Mail de Apple</li> </ul> <blockquote> <p>Si tienes alguna duda o problemas con este tutorial, puedes enviarnos un ticket de soporte desde <a href="https://www.freepresshost.com/que-no-cunda-el-panico/">nuestra página de soporte</a>.</p> </blockquote> <hr> <h2>Correo saliente SMTP</h2> <table> <tbody> <tr><th scope="row">Servidor</th><td><code>correo.getcloud.info</code></td></tr> <tr><th scope="row">Puerto</th><td><code>587</code></td></tr> <tr><th scope="row">Usuario</th><td>tuemail@completo.com</td></tr> <tr><th scope="row">Método de identificación</th><td>Contraseña normal (password)</td></tr> <tr><th scope="row">Tipo de seguridad</th><td>STARTTLS</td></tr> </tbody> </table> <figure> <img src="https://www.freepresshost.com/wp-content/uploads/2023/03/Configuracion-imap-fh.png" alt="Configuración IMAP - correo saliente"> </figure> <figure> <img src="https://www.freepresshost.com/wp-content/uploads/2023/03/correo-saliente-smtp.png" alt="Correo saliente SMTP"> </figure> <hr> <h2>Correo entrante IMAP (Recomendado)</h2> <table> <tbody> <tr><th scope="row">Servidor</th><td><code>correo.getcloud.info</code></td></tr> <tr><th scope="row">Puerto</th><td><code>143</code></td></tr> <tr><th scope="row">Usuario</th><td>tuemail@completo.com</td></tr> <tr><th scope="row">Método de identificación</th><td>Contraseña normal (password)</td></tr> <tr><th scope="row">Tipo de seguridad</th><td>STARTTLS</td></tr> </tbody> </table> <figure> <img src="https://www.freepresshost.com/wp-content/uploads/2023/03/imap-correo-fh.png" alt="Correo entrante IMAP"> </figure> <figure> <img src="https://www.freepresshost.com/wp-content/uploads/2023/03/Configuracion-imap.png" alt="Configuración IMAP"> </figure> <hr> <h2>Correo entrante POP</h2> <blockquote> <p>Te recomendamos que <strong>no</strong> uses POP3 salvo que quieras utilizar la importación del buzón desde Gmail.</p> </blockquote> <table> <tbody> <tr><th scope="row">Servidor</th><td><code>correo.getcloud.info</code></td></tr> <tr><th scope="row">Puerto</th><td><code>995</code></td></tr> <tr><th scope="row">Usuario</th><td>tuemail@completo.com</td></tr> <tr><th scope="row">Método de identificación</th><td>Autodetectar (password)</td></tr> <tr><th scope="row">Tipo de seguridad</th><td>SSL/TLS</td></tr> </tbody> </table> <hr> <h2>Resumen rápido</h2> <table> <thead> <tr><th scope="col">Protocolo</th><th scope="col">Servidor</th><th scope="col">Puerto</th><th scope="col">Seguridad</th></tr> </thead> <tbody> <tr><td><strong>SMTP</strong> (saliente)</td><td><code>correo.getcloud.info</code></td><td>587</td><td>STARTTLS</td></tr> <tr><td><strong>IMAP</strong> (entrante, recomendado)</td><td><code>correo.getcloud.info</code></td><td>143</td><td>STARTTLS</td></tr> <tr><td><strong>POP</strong> (entrante)</td><td><code>correo.getcloud.info</code></td><td>995</td><td>SSL/TLS</td></tr> </tbody> </table> <p>En todos los casos, el <strong>usuario</strong> es tu dirección de correo completa y la <strong>contraseña</strong> es la de tu cuenta de correo.</p> </body> </html>

0 article